Re: PostgreSQL equivalent of the Oracale 'unique' qualifier

Поиск
Список
Период
Сортировка
От Richard Troy
Тема Re: PostgreSQL equivalent of the Oracale 'unique' qualifier
Дата
Msg-id Pine.LNX.4.33.0611201305590.19262-100000@denzel.in
обсуждение исходный текст
Ответ на PostgreSQL equivalent of the Oracale 'unique' qualifier  ("Wm.A.Stafford" <stafford@marine.rutgers.edu>)
Список pgsql-general

On Mon, 20 Nov 2006, Wm.A.Stafford wrote:
>
> I hope the subject says it all.  I'm porting an Oracle-centric
> application to PostgreSQL and the Oracle sql is full of the 'unique'
> qualifier.  I'm assuming PostgreSQL does not support 'unique' since
> don't see a 'unique' anywhere in the PostgreSQL docs.  Is there a
> substitute or a technique to get the same result?
>
> Thanks,
> -=bill stafford
>

Would "distinct" do it for you?

RT

--
Richard Troy, Chief Scientist
Science Tools Corporation
510-924-1363 or 202-747-1263
rtroy@ScienceTools.com, http://ScienceTools.com/


В списке pgsql-general по дате отправления:

Предыдущее
От: "Wm.A.Stafford"
Дата:
Сообщение: PostgreSQL equivalent of the Oracale 'unique' qualifier
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: PostgreSQL equivalent of the Oracale 'unique' qualifier