Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: shixiong327926@gmail.com,
pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-10-23T12:21:53Z
Lists: pgsql-docs
> On 22 Oct 2024, at 10:12, PG Doc comments form <noreply@postgresql.org> wrote:
> The correct syntax for inserting data should read:
>
> INSERT INTO people (name, address) VALUES ('A', 'foo');
> INSERT INTO people (name, address) VALUES ('B', 'bar');
Nice catch, will fix.
--
Daniel Gustafsson
Commits
-
doc: Fix INSERT statement syntax for identity columns
- 17b4aa77c3a1 18.0 landed
- 0a059206fc59 17.1 landed