]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix minor bug in CREATE TABLE example.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Feb 2018 18:56:38 +0000 (13:56 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Feb 2018 18:57:08 +0000 (13:57 -0500)
commit495739878c0426c3214a5e32eec8224614b595eb
tree57945b438aaf5c68fcf8aa046a27f82c44acff20
parentdb1c597f3c331f57201a6fbfab72b93fd98f9945
Doc: fix minor bug in CREATE TABLE example.

One example in create_table.sgml claimed to be showing table constraint
syntax, but it was really column constraint syntax due to the omission
of a comma.  This is both wrong and confusing, so fix it in all
supported branches.

Per report from neil@postgrescompare.com.

Discussion: https://postgr.es/m/151871659877.1393.2431103178451978795@wrigleys.postgresql.org
doc/src/sgml/ref/create_table.sgml