From daf2e708edfbc0741f8a229a0c30fdd0168b525e 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 9300b71e75..ca0855d713 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -957,7 +957,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.