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

From Dean Rasheed
Subject Re: cataloguing NOT NULL constraints
Date
Msg-id CAEZATCXOzq8vqyHeiEX93MBVptASj2tWiCXjK7-Ju125x3x_wQ@mail.gmail.com
Whole thread Raw
In response to Re: cataloguing NOT NULL constraints  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
On 6 August 2011 08:17, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
> The current behaviour is inconsistent - the not-null property of a PK
> is sometimes inherited and sometimes not, depending on whether the PK
> is added at table-creation time or later.
>

Oops, that should have been "depending on whether the PK is defined
before or after the inheritance is set up".


pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: cataloguing NOT NULL constraints
Next
From: Heikki Linnakangas
Date:
Subject: Re: Reduce WAL logging of INSERT SELECT