Re: Adding constraint to existing table. - Mailing list pgsql-general

From Patrick Welche
Subject Re: Adding constraint to existing table.
Date
Msg-id 20020115135455.D13890@quartz.newn.cam.ac.uk
Whole thread Raw
In response to Adding constraint to existing table.  (David Bryan <d_bryan_remove@onebox.com>)
List pgsql-general
How about:

> create index recid29 on sales_sales ( recid );

create unique index recid29 on sales_sales ( recid );

> create index sales_id30 on sales_sales_detail ( sales_id );

create unique index sales_id30 on sales_sales_detail ( sales_id );

?

Patrick

pgsql-general by date:

Previous
From: "Jason Priebe"
Date:
Subject: Re: Calling a Stored Procedure using PHP
Next
From: Jan Wieck
Date:
Subject: Re: