alter table docs

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: alter table docs
Date: 2018-07-30 16:57:46
Message-ID: a2f2d56b-7c65-e5ba-334e-152c55228881@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message vardenis pavardenis 2018-07-30 17:33:11 Re: Postgresql 10.4 installation issues on Ubuntu 14.05
Previous Message Tom Lane 2018-07-30 15:58:11 Re: Incorrect description of the WITH CHECK in the row security can lead to the security issue