pgsql: Doc: fix minor syntax error in example. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: fix minor syntax error in example.
Date
Msg-id E1sUAAC-0001xY-Q5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix minor syntax error in example.

The CREATE TABLE option is GENERATED BY DEFAULT *AS* IDENTITY.

Per bug #18543 from Ondřej Navrátil.  Seems to have crept in
in a37bb7c13, so back-patch to v17 where that was added.

Discussion: https://postgr.es/m/18543-93c721689f9928e8@postgresql.org

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4cbd8c60223bd28aacb38f8c8921fc5b8a704fcd

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Use PqMsg_* macros in more places.
Next
From: Michael Paquier
Date:
Subject: pgsql: Add INJECTION_POINT_CACHED() to run injection points directly fr