pgsql: Doc: fix minor syntax error in example.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix minor syntax error in example.
Date: 2024-07-17 19:18:08
Message-ID: E1sUAAC-0001xX-PE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6159331acfbe2d08361947324e09e446138c7bc1

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-07-18 00:51:29 pgsql: Add INJECTION_POINT_CACHED() to run injection points directly fr
Previous Message Nathan Bossart 2024-07-17 15:52:36 pgsql: Use PqMsg_* macros in more places.