projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b73d1
)
Fix broken ALTER INDEX documentation
author
Alvaro Herrera
Tue, 5 Apr 2016 22:03:42 +0000
(19:03 -0300)
committer
Alvaro Herrera
Tue, 5 Apr 2016 22:03:42 +0000
(19:03 -0300)
Commit
b8a91d9d1c
put the description of the new IF EXISTS clause in the
wrong place -- move it where it belongs.
Backpatch to 9.2.
doc/src/sgml/ref/alter_index.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_index.sgml
b/doc/src/sgml/ref/alter_index.sgml
index d2100770361365c70949b568d9194fc9f900bbf8..6ec23e95f443d0aefb1a448474fcd882507a703f 100644
(file)
--- a/
doc/src/sgml/ref/alter_index.sgml
+++ b/
doc/src/sgml/ref/alter_index.sgml
@@
-37,16
+37,6
@@
ALTER INDEX [ IF EXISTS ]
name
RESE
-
-
IF EXISTS
-
-
- Do not throw an error if the index does not exist. A notice is issued
- in this case.
-
-
-
-
RENAME
@@
-106,6
+96,16
@@
ALTER INDEX [ IF EXISTS ]
name
RESE
+
+
IF EXISTS
+
+
+ Do not throw an error if the index does not exist. A notice is issued
+ in this case.
+
+
+
+
name