[DOCS] CREATE TABLE LIKE

2004-03-22 Thread Patrick Samson
In postgresql-7.4.1-US.pdf, CREATE TABLE, Parameters, Like, Unlike INHERITS, the new table and inherited table ... ^ I don't understand this sentence (but english is not my language). Shouldn't it be? Unlike INHERITS, the new table and inherited col

Re: [DOCS] CREATE TABLE LIKE

2004-03-22 Thread Tom Lane
Patrick Samson <[EMAIL PROTECTED]> writes: > Unlike INHERITS, the new table and inherited table ... > ^ > I don't understand this sentence (but english is not > my language). It doesn't seem to have been the language of the author of that paragraph,

Re: [DOCS] [SQL] special integrity constraints

2004-03-22 Thread Bruno Wolff III
On Mon, Mar 22, 2004 at 17:21:21 +0100, Erik Thiele <[EMAIL PROTECTED]> wrote: > > there is no such thing as a deferred check constraint: > > DEFERRABLE > NOT DEFERRABLE > > This controls whether the constraint can be deferred. A constraint that > is not deferrable will be checked immediately