From: Magnus Hagander Date: Wed, 17 Feb 2021 12:53:26 +0000 (+0100) Subject: Fix typo X-Git-Tag: REL_11_12~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d319ce86f13d1b0e7fb911408fe012723259723;p=thirdparty%2Fpostgresql.git Fix typo Author: Daniel Gustafsson Discussion: https://postgr.es/m/0CF087FC-BEAD-4010-8BB9-3CDD74DC9060@yesql.se --- diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index b3d7fc6fbf9..b77cc320512 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -856,7 +856,7 @@ WITH ( MODULUS numeric_literal, REM When placed on a partitioned table, PRIMARY KEY - constraints share the restrictions previously decribed + constraints share the restrictions previously described for UNIQUE constraints.