ALTER TABLE syntax incomplete

Started by PG Bug reporting formabout 6 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/sql-altertable.html
Description:

I believe the documentation page
https://www.postgresql.org/docs/11/sql-altertable.html is missing the action
ADD CONSTRAINT, as it is mentioned in the descriptions of other keywords.

#2Michael Paquier
michael@paquier.xyz
In reply to: PG Bug reporting form (#1)
Re: ALTER TABLE syntax incomplete

On Fri, Feb 28, 2020 at 04:26:57PM +0000, PG Doc comments form wrote:

I believe the documentation page
https://www.postgresql.org/docs/11/sql-altertable.html is missing the action
ADD CONSTRAINT, as it is mentioned in the descriptions of other keywords.

The documentation includes this description as part of the subquery
"table_constraint".
--
Michael