Skip to content

Commit 74b6b40

Browse files
authored
Update create_foreign_table.sgml
1 parent 58b168d commit 74b6b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="parameter">table_name
9595
{ NOT NULL |
9696
NULL |
9797
CHECK ( <replaceable class="parameter">expression</replaceable> ) [ NO INHERIT ] |
98-
DEFAULT <replaceable>default_expr</replaceable> }
98+
DEFAULT <replaceable>default_expr</replaceable> |
9999
GENERATED ALWAYS AS ( <replaceable>generation_expr</replaceable> ) STORED }
100100

101101
<phrase>而 <replaceable class="parameter">table_constraint</replaceable> 是:</phrase>

0 commit comments

Comments
 (0)