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".
Regards,
fjf2002