Re: BUG #18543: Mistake in docs example

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18543: Mistake in docs example
Дата
Msg-id 3578456.1721242986@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18543: Mistake in docs example  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> https://www.postgresql.org/docs/17/ddl-identity-columns.html

> The second example:

> CREATE TABLE people (
>     id bigint GENERATED BY DEFAULT IDENTITY,

> is missing **AS**, correct version:

> CREATE TABLE people (
>     id bigint GENERATED BY DEFAULT AS IDENTITY,

Right you are.  Will fix, thanks for spotting that!

            regards, tom lane



В списке pgsql-bugs по дате отправления: