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

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Дата
Msg-id 34DB9C00-C0CA-48DA-8831-E186C91AA4AE@yesql.se
обсуждение исходный текст
Ответ на "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation  (PG Doc comments form <noreply@postgresql.org>)
Список 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 по дате отправления: