pgsql: doc: Fix INSERT statement syntax for identity columns - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Fix INSERT statement syntax for identity columns
Date
Msg-id E1t3b17-0024Uc-OT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17b4aa77c3a161a9d0e7b08bd9931fe9fd051540

Modified Files
--------------
doc/src/sgml/ddl.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Remove unnecessary word in a comment
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix INSERT statement syntax for identity columns