> On 22 Oct 2024, at 10:12, PG Doc comments form 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
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/ddl-identity-columns.html
Description:
In the PostgreSQL documentation regarding identity columns, the SQL syntax
examples incorrectly use the keyword "VALUE" instead of "VALUES". This err