]> 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:52 +0000 (13:56 -0500)
commitad4fb805ad08c86dd6389e6755081dfd7c864416
tree06019adf7765189ae3bdff88d36d8cf7b0dca081
parent4081e1136178937e944170a011037f804d2673d8
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