alter table docs

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема alter table docs
Дата
Msg-id a2f2d56b-7c65-e5ba-334e-152c55228881@gmail.com
обсуждение исходный текст
Ответы Re: alter table docs
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Incorrect description of the WITH CHECK in the row security can lead to the security issue
Следующее
От: vardenis pavardenis
Дата:
Сообщение: Re: Postgresql 10.4 installation issues on Ubuntu 14.05