diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index d8a2bebb57f..1d3292b7a12 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -172,7 +172,7 @@ 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