Re: PostgreSQL equivalent of the Oracale 'unique' qualifier

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "Wm(dot)A(dot)Stafford" <stafford(at)marine(dot)rutgers(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL equivalent of the Oracale 'unique' qualifier
Date: 2006-11-20 20:17:54
Message-ID: 20061120201754.GG13555@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

You gotta be kidding. Of course Postgres supports UNIQUE.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bricklen Anderson 2006-11-20 20:18:11 Re: PostgreSQL equivalent of the Oracale 'unique' qualifier
Previous Message Joshua D. Drake 2006-11-20 20:15:39 Re: PostgreSQL equivalent of the Oracale 'unique'