Error in example - Mailing list pgsql-docs

From David G. Johnston
Subject Error in example
Date
Msg-id CAKFQuwaCMfvBS13g-ppMbw9fSKH4Zg-v5eBRMxT8XeCHmKGJaw@mail.gmail.com
Whole thread Raw
In response to Error in example  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
On Monday, September 29, 2025, PG Doc comments form <noreply@postgresql.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.
 

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Error in example
Next
From: "yanliang lei"
Date:
Subject: 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: