projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d779199
)
Fix mismatched tags introduced by attribute options patch.
author
Robert Haas
Fri, 22 Jan 2010 17:30:24 +0000
(17:30 +0000)
committer
Robert Haas
Fri, 22 Jan 2010 17:30:24 +0000
(17:30 +0000)
Thanks to Devrim Gunduz for the report.
doc/src/sgml/ref/alter_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_table.sgml
b/doc/src/sgml/ref/alter_table.sgml
index 7f4cb37e6e304128a9e88299452ead1da5db3afc..222637eb12f7bf4c527bed8378d26aec4d94418f 100644
(file)
--- 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
[, ... ] )
term>
>
-
RESET (
attribute_option
[, ... ] )
+
SET (
attribute_option
=
value
[, ... ] )
literal>
>
+
RESET (
attribute_option
[, ... ] )
This form sets or resets attribute-level options. Currently, the only