aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2021-02-17 13:53:26 +0100
committerMagnus Hagander <magnus@hagander.net>2021-02-17 13:56:10 +0100
commit6a31b48ec88ae506c6f115948c86f61abb89a89a (patch)
treecda0a3625e3a2b740502d0f6f415ddf736827598
parent2b81444a88cc499f5d3608c5943e9a6e4b489070 (diff)
downloadpostgresql-6a31b48ec88ae506c6f115948c86f61abb89a89a.tar.gz
postgresql-6a31b48ec88ae506c6f115948c86f61abb89a89a.zip
Fix typo
Author: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/0CF087FC-BEAD-4010-8BB9-3CDD74DC9060@yesql.se
-rw-r--r--doc/src/sgml/ref/create_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index c70d2ed7c9c..0d257cd1703 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -946,7 +946,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<para>
When placed on a partitioned table, <literal>PRIMARY KEY</literal>
- constraints share the restrictions previously decribed
+ constraints share the restrictions previously described
for <literal>UNIQUE</literal> constraints.
</para>