Doc: fix minor syntax error in example.

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

Commit: 4cbd8c60223bd28aacb38f8c8921fc5b8a704fcd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-07-17T19:17:52Z
Releases: 17.0
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

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +1 −1

Documentation touched

Discussion