File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
32
32
[ CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> ]
33
33
{ NOT NULL |
34
34
NULL |
35
- CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) |
35
+ CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) [ NO INHERIT ] |
36
36
DEFAULT <replaceable>default_expr</replaceable> }
37
37
38
38
<phrase>and <replaceable class="PARAMETER">table_constraint</replaceable> is:</phrase>
39
39
40
40
[ CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> ]
41
- CHECK ( <replaceable class="PARAMETER">expression</replaceable> )
41
+ CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) [ NO INHERIT ]
42
42
</synopsis>
43
43
</refsynopsisdiv>
44
44
You can’t perform that action at this time.
0 commit comments