projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
132a1c1
)
Fix documentation of ALTER TABLE for stored values
author
Michael Paquier
Tue, 11 Jun 2019 03:58:51 +0000
(12:58 +0900)
committer
Michael Paquier
Tue, 11 Jun 2019 03:58:51 +0000
(12:58 +0900)
Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoAA_gvZ002U6kovOHu0FsM7ieoCzdSqWBd7_KaQL0UMKg@mail.gmail.com
doc/src/sgml/ref/alter_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_table.sgml
b/doc/src/sgml/ref/alter_table.sgml
index 49b081aad297e0af2a6494c7cad70223385fcc20..f5ad7659f72d3cf015db218e9fb6449216f96075 100644
(file)
--- 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
|