Doc: fix minor bug in CREATE TABLE example.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 35c3dabc806b26c543bf434ea4a08707ba894239
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-02-15T18:57:21Z
Releases: 9.3.22
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

Files

PathChange+/−
doc/src/sgml/ref/create_table.sgml modified +1 −1

Discussion