pg_relcheck

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Pgsql-Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_relcheck
Date: 2000-11-27 03:54:38
Message-ID: NEBBIOAJBMEENKACLNPCCEJDCCAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In terms of making constraints more declarative, I think it would be neat to
add an extra field to pg_relcheck that is a foreign key (or null) into the
pg_attribute table.

That way, it would be possible to recover column CHECK constraints. If the
field is NULL, you'd assume it was a table CHECK constraint...

Theoretically, it would mean that less information is 'lost' after the table
creation.

Chris

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-11-27 05:32:58 Re: Initdb not running on beos
Previous Message Tom Lane 2000-11-27 03:32:41 Re: [HACKERS] Indexing for geographic objects?