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

From Kevin Grittner
Subject Re: cataloguing NOT NULL constraints
Date
Msg-id 501A4CD20200002500049349@gw.wicourts.gov
Whole thread Raw
In response to Re: cataloguing NOT NULL constraints  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: cataloguing NOT NULL constraints
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote:
> Don't forget the peculiarities of columns with record types. 
I forgot to include the type creation in the example:
test=# create type a as (a1 int, a2 int);
CREATE TYPE
-Kevin


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: cataloguing NOT NULL constraints
Next
From: Robert Haas
Date:
Subject: Re: Reminder: 9.2beta3 wraps tonight