1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Documentation spell checking and markup improvements

This commit is contained in:
Peter Eisentraut
2017-06-18 14:01:45 -04:00
parent 81a4dcf2f2
commit bbaf9e8f84
20 changed files with 66 additions and 62 deletions

View File

@@ -443,8 +443,8 @@ FROM ( { <replaceable class="PARAMETER">numeric_literal</replaceable> | <replace
include multiple columns or expressions (up to 32, but this limit can
altered when building <productname>PostgreSQL</productname>.), but for
list partitioning, the partition key must consist of a single column or
expression. If no btree operator class is specified when creating a
partitioned table, the default btree operator class for the datatype will
expression. If no B-tree operator class is specified when creating a
partitioned table, the default B-tree operator class for the datatype will
be used. If there is none, an error will be reported.
</para>