alter table docs - Mailing list pgsql-general

From Rob Sargent
Subject alter table docs
Date
Msg-id a2f2d56b-7c65-e5ba-334e-152c55228881@gmail.com
Whole thread Raw
Responses Re: alter table docs  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general

I was just looking up alter table add constraint syntax under "current(10)" and we get

    ADD table_constraint [ NOT VALID ]
    ADD table_constraint_using_index

There is a description below for the using_index version but none for the plain version.  There is a block for the plain version on the CREATE TABLE page. Should it not also appear in the ALTER TABLE page?


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Incorrect description of the WITH CHECK in the row security can lead to the security issue
Next
From: vardenis pavardenis
Date:
Subject: Re: Postgresql 10.4 installation issues on Ubuntu 14.05