Re: RI Constraint display

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: elein(at)varlena(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: RI Constraint display
Date: 2002-12-26 21:45:00
Message-ID: 13592.1040939100@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

elein <elein(at)sbcglobal(dot)net> writes:
> Referential integrity constraints are displayed as $n.

If you didn't assign a name to the constraint, that's what the generated
names look like. Try "CONSTRAINT foo FOREIGN KEY ...".

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message jco 2002-12-27 00:40:54 Postgres array cast
Previous Message elein 2002-12-26 21:09:32 RI Constraint display