pgsql: doc: Fix INSERT statement syntax for identity columns

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix INSERT statement syntax for identity columns
Date: 2024-10-23 13:04:11
Message-ID: E1t3b24-0024VQ-7t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com
Discussion: https://postgr.es/m/172958472112.696.6075270400394560263@wrigleys.postgresql.org
Backpatch-through: 17

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0a059206fc5904820c838a6ae7478084ffdcf650

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-10-23 14:17:05 pgsql: Make SASL max message length configurable
Previous Message Daniel Gustafsson 2024-10-23 13:03:13 pgsql: doc: Fix INSERT statement syntax for identity columns