From: Magnus Hagander Date: Wed, 17 Feb 2021 12:53:26 +0000 (+0100) Subject: Fix typo X-Git-Tag: REL_14_BETA1~750 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=a29f30780f34d7706fcd398dea1d6882d184d17a;p=postgresql.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 569f4c9da7b..3b2b227683a 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -958,7 +958,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.