diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 26984b6cba..969ba1bca4 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4823,8 +4823,8 @@ SCRAM-SHA-256$<iteration count>:&l char - Partitioning strategy; l = list partitioned table, - r = range partitioned table + Partitioning strategy; h = hash partitioned table, + l = list partitioned table, r = range partitioned table diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 763b4f573c..2a1eac9592 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -408,9 +408,7 @@ WITH ( MODULUS numeric_literal, REM Rows inserted into a partitioned table will be automatically routed to the correct partition. If no suitable partition exists, an error will - occur. Also, if updating a row in a given partition would require it - to move to another partition due to new partition key values, an error - will occur. + occur.