From: Michael Paquier Date: Tue, 11 Jun 2019 03:58:51 +0000 (+0900) Subject: Fix documentation of ALTER TABLE for stored values X-Git-Tag: REL_12_BETA2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=727e45c8a457ab7378494ff33bf3b50607d303a8;p=postgresql Fix documentation of ALTER TABLE for stored values Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoAA_gvZ002U6kovOHu0FsM7ieoCzdSqWBd7_KaQL0UMKg@mail.gmail.com --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 49b081aad2..f5ad7659f7 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -98,6 +98,7 @@ WITH ( MODULUS numeric_literal, REM NULL | CHECK ( expression ) [ NO INHERIT ] | DEFAULT default_expr | + GENERATED ALWAYS AS ( generation_expr ) STORED | GENERATED { ALWAYS | BY DEFAULT } AS IDENTITY [ ( sequence_options ) ] | UNIQUE index_parameters | PRIMARY KEY index_parameters |