diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-01-22 17:30:24 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-01-22 17:30:24 +0000 |
commit | a3d8fbf3ae94acbf12ffa19235902e4553b3264e (patch) | |
tree | 4e816a735ee5212fda664bf3ea97159b576a1281 | |
parent | d779199175b3db630f2eab1e6316da2386ca0d2a (diff) | |
download | postgresql-a3d8fbf3ae94acbf12ffa19235902e4553b3264e.tar.gz postgresql-a3d8fbf3ae94acbf12ffa19235902e4553b3264e.zip |
Fix mismatched tags introduced by attribute options patch.
Thanks to Devrim Gunduz for the report.
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 7f4cb37e6e3..222637eb12f 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.110 2010/01/22 16:40:18 rhaas Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.111 2010/01/22 17:30:24 rhaas Exp $ PostgreSQL documentation --> @@ -159,8 +159,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable> </varlistentry> <varlistentry> - <term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</term></literal> - <term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal> + <term><literal>SET ( <replaceable class="PARAMETER">attribute_option</replaceable> = <replaceable class="PARAMETER">value</replaceable> [, ... ] )</literal></term> + <term><literal>RESET ( <replaceable class="PARAMETER">attribute_option</replaceable> [, ... ] )</literal></term> <listitem> <para> This form sets or resets attribute-level options. Currently, the only |