]> granicus.if.org Git - postgresql/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:56:38 +0000 (13:56 -0500)
commit439c7bc1a070d746fab69d8696fca78673e64ba9
tree7f0112717e414c5e3e2f71667ae4e065d22c4d32
parent51940f97607b7cb4d03bdd99e43abb1a1c6a0c47
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