Re: Re: starting to review the Extend NOT NULL representation to pg_constraint patch
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@commandprompt.com>
Cc: Dean Rasheed <dean.a.rasheed@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Andrew Geery <andrew.geery@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-06-16T18:30:48Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Catalog NOT NULL constraints
- e056c557aef4 16.0 landed
--On 16. Juni 2011 13:25:05 -0400 Tom Lane <tgl@sss.pgh.pa.us> wrote: > Possible solution is to leave bootstrap's behavior alone, and have a > step during initdb's post-bootstrap stuff that creates a matching > pg_constraint row for every pg_attribute entry that's marked attnotnull. +1 for this idea. I never came to an end about this because i didn't have any clue how to do it efficiently. -- Thanks Bernd