Error in example

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "franz-josef(dot)faerber(at)stmuk(dot)bayern(dot)de" <franz-josef(dot)faerber(at)stmuk(dot)bayern(dot)de>, "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Error in example
Date: 2025-09-29 17:07:41
Message-ID: CAKFQuwaCMfvBS13g-ppMbw9fSKH4Zg-v5eBRMxT8XeCHmKGJaw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Monday, September 29, 2025, PG Doc comments form <noreply(at)postgresql(dot)org>
wrote:

> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/18/ddl-generated-columns.html
> Description:
>
> On page https://www.postgresql.org/docs/current/ddl-generated-columns.html
> :
>
> In the example "CREATE TABLE people" ...,
> the line "GENERATED ALWAYS AS ..." is missing the mandatory suffix word
> "STORED".
>
>
Read the sentence immediately following that example.

As of version 18 it is no longer mandatory.

David J.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message yanliang lei 2025-10-01 10:04:09 in the different schema ,the sequence name is same, and a table's column definition use this sequence,so,how can I identify sequence's schema name by system view/table:
Previous Message PG Doc comments form 2025-09-29 14:09:03 Error in example