Re: ALTER TABLE...ALTER COLUMN vs inheritance
Bernd Helmle <mailings@oopsware.de>
From: Bernd Helmle <mailings@oopsware.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2009-11-04T18:10:03Z
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 4. November 2009 09:57:27 -0500 Tom Lane <tgl@sss.pgh.pa.us> wrote: > I think the > consensus was that the way to fix this (along with some other problems) > is to start representing NOT NULL constraints in pg_constraint, turning > attnotnull into just a bit of denormalization for performance. Ah okay, should have checked the archive more carefully. I think i give it a try... -- Thanks Bernd