From: Magnus Hagander Date: Wed, 17 Feb 2021 12:53:26 +0000 (+0100) Subject: Fix typo X-Git-Tag: REL_12_7~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a31b48ec88ae506c6f115948c86f61abb89a89a;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 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 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.