doc: Fix INSERT statement syntax for identity columns
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 23 Oct 2024 12:58:17 +0000 (14:58 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 23 Oct 2024 12:58:17 +0000 (14:58 +0200)
commit0a059206fc5904820c838a6ae7478084ffdcf650
tree1035cf11b55c488bd433bdb279f208e0872af395
parentf92f6b3db4fe40059845a9ea1f71666881deedd1
doc: Fix INSERT statement syntax for identity columns

The INSERT statements in the examples were erroneously using
VALUE instead of VALUES. Backpatch to v17 where the examples
were added through a37bb7c1399.

Reported-by: shixiong327926@gmail.com
Discussion: https://postgr.es/m/172958472112.696.6075270400394560263@wrigleys.postgresql.org
Backpatch-through: 17
doc/src/sgml/ddl.sgml