Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation - Mailing list pgsql-docs

From Daniel Gustafsson
Subject Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Date
Msg-id 34DB9C00-C0CA-48DA-8831-E186C91AA4AE@yesql.se
Whole thread Raw
In response to "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation  (PG Doc comments form <noreply@postgresql.org>)
List 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




pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Next
From: PG Doc comments form
Date:
Subject: Documentation mistake?