diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 6b208c4848..4cd5348a4e 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -173,11 +173,13 @@ WITH ( MODULUS numeric_literal, REM
- PARTITION OF parent_table FOR VALUES partition_bound_spec
+ PARTITION OF parent_table { FOR VALUES partition_bound_spec | DEFAULT }
This form can be used to create the foreign table as partition of
- the given parent table with specified partition bound values.
+ the given parent table. The table can be created either as a partition
+ for specific values using FOR VALUES or as a default
+ partition using DEFAULT.
See the similar form of
CREATE TABLE for more details.
Note that it is currently not allowed to create the foreign table as a