pgsql: Doc: fix minor bug in CREATE TABLE example.
Started by Tom Laneover 8 years ago1 messagescomitters
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: /messages/by-id/151871659877.1393.2431103178451978795@wrigleys.postgresql.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/439c7bc1a070d746fab69d8696fca78673e64ba9
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)