Re: cataloguing NOT NULL constraints - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: cataloguing NOT NULL constraints
Date
Msg-id 20120804165058.GE29773@momjian.us
Whole thread Raw
In response to Re: cataloguing NOT NULL constraints  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Fri, Jul 22, 2011 at 12:14:30PM -0400, Robert Haas wrote:
> On Thu, Jul 21, 2011 at 7:51 PM, Alvaro Herrera
> <alvherre@commandprompt.com> wrote:
> >> I think that there probably ought to be a way to display the NOT NULL
> >> constraint names (perhaps through \d+). For example, if you're
> >> planning to support NOT VALID on top of this in the future, then there
> >> needs to be a way to get the constraint's name to validate it.
> >
> > Absolutely true.  Another thing that needs to be done here is to let the
> > ALTER TABLE and ALTER DOMAIN commands use the constraint names; right
> > now, they simply let you add the constraint but not specify the name.
> > That should probably be revisited.
> 
> That, at least, seems like something that should be fixed before commit.

I have added a URL of this thread to the TODO list.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: WIP pgindent replacement
Next
From: "Mary F. Masterson"
Date:
Subject: Pgadmin3 v1.14.2 foreign keys