Re: SET CONSTRAINTS todo

From: Dan Colish <dcolish(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SET CONSTRAINTS todo
Date: 2010-06-03 22:02:46
Message-ID: C3704189-184A-4216-ADC1-A01E5FA49D13@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I see what went wrong in my example. Unique constraints must have unique names since they create an index. I'll try again, sorry for the noise.

--Dan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-06-03 22:17:32 pgsql: Add current WAL end (as seen by walsender, ie, GetWriteRecPtr()
Previous Message Greg Stark 2010-06-03 21:58:19 Re: Exposing the Xact commit order to the user