Skip to content

Commit 92edba2

Browse files
committed
doc: CREATE FOREIGN TABLE now allows CHECK ( ... ) NO INHERIT
Etsuro Fujita
1 parent f6d208d commit 92edba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_foreign_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ CREATE FOREIGN TABLE [ IF NOT EXISTS ] <replaceable class="PARAMETER">table_name
3232
[ CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> ]
3333
{ NOT NULL |
3434
NULL |
35-
CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) |
35+
CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) [ NO INHERIT ] |
3636
DEFAULT <replaceable>default_expr</replaceable> }
3737

3838
<phrase>and <replaceable class="PARAMETER">table_constraint</replaceable> is:</phrase>
3939

4040
[ CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> ]
41-
CHECK ( <replaceable class="PARAMETER">expression</replaceable> )
41+
CHECK ( <replaceable class="PARAMETER">expression</replaceable> ) [ NO INHERIT ]
4242
</synopsis>
4343
</refsynopsisdiv>
4444

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy