Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: shixiong327926(at)gmail(dot)com, pgsql-docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Date: 2024-10-23 12:21:53
Message-ID: 34DB9C00-C0CA-48DA-8831-E186C91AA4AE@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 22 Oct 2024, at 10:12, PG Doc comments form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2024-10-24 18:04:01 Documentation mistake?
Previous Message PG Doc comments form 2024-10-22 08:12:01 "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation