| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Doc: fix minor bug in CREATE TABLE example. |
| Date: | 2018-02-15 18:57:39 |
| Message-ID: | E1emOix-0002b0-1V@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)postgrescompare(dot)com(dot)
Discussion: https://postgr.es/m/151871659877.1393.2431103178451978795@wrigleys.postgresql.org
Branch
------
REL9_5_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/495739878c0426c3214a5e32eec8224614b595eb
Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2018-02-15 21:25:28 | pgsql: Fix plpgsql to enforce domain checks when returning a NULL domai |
| Previous Message | Tom Lane | 2018-02-15 18:41:37 | pgsql: Cast to void in StaticAssertExpr, not its callers. |