From a29f30780f34d7706fcd398dea1d6882d184d17a Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 17 Feb 2021 13:53:26 +0100 Subject: [PATCH] Fix typo Author: Daniel Gustafsson Discussion: https://postgr.es/m/0CF087FC-BEAD-4010-8BB9-3CDD74DC9060@yesql.se --- doc/src/sgml/ref/create_table.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 569f4c9da7..3b2b227683 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.