ALTER TABLE documentation nitpick
Hi,
ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
action [, ... ]
Why the description of [ IF EXISTS ] part above is listed with that of
actions; it seems to give an impression that it is one of the ALTER
TABLE actions. I think it should be one of the lines in the paragraph
just above where the description of actions begins.
I propose to change is it like attached.
Thoughts?
Thanks,
Amit
Attachments:
alter-table-doc-fix.patchapplication/octet-stream; name=alter-table-doc-fix.patchDownload+3-11
On 4/9/15 10:20 PM, Amit Langote wrote:
Hi,
ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ]
action [, ... ]Why the description of [ IF EXISTS ] part above is listed with that of
actions; it seems to give an impression that it is one of the ALTER
TABLE actions. I think it should be one of the lines in the paragraph
just above where the description of actions begins.
If moved it to the Parameters section, which is where it is on other
reference pages.
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs