We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b168d commit 74b6b40Copy full SHA for 74b6b40
postgresql/doc/src/sgml/ref/create_foreign_table.sgml
@@ -95,7 +95,7 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="parameter">table_name
95
{ NOT NULL |
96
NULL |
97
CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ] |
98
- DEFAULT <replaceable>default_expr</replaceable> }
+ DEFAULT <replaceable>default_expr</replaceable> |
99
GENERATED ALWAYS AS ( <replaceable>generation_expr</replaceable> ) STORED }
100
101
<phrase>而 <replaceable class="parameter">table_constraint</replaceable> 是:</phrase>
0 commit comments