From: Robert Haas Date: Fri, 22 Jan 2010 17:30:24 +0000 (+0000) Subject: Fix mismatched tags introduced by attribute options patch. X-Git-Tag: REL9_0_ALPHA4~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3d8fbf3ae94acbf12ffa19235902e4553b3264e;p=postgresql Fix mismatched tags introduced by attribute options patch. Thanks to Devrim Gunduz for the report. --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 7f4cb37e6e..222637eb12 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -159,8 +159,8 @@ ALTER TABLE name - SET ( attribute_option = value [, ... ] ) - RESET ( attribute_option [, ... ] ) + SET ( attribute_option = value [, ... ] ) + RESET ( attribute_option [, ... ] ) This form sets or resets attribute-level options. Currently, the only