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
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,
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