projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da31c5e
)
Correct reindexdb documentation
author
Stephen Frost
<sfrost@snowman.net>
Sat, 9 May 2015 18:45:54 +0000
(14:45 -0400)
committer
Stephen Frost
<sfrost@snowman.net>
Sat, 9 May 2015 18:45:54 +0000
(14:45 -0400)
--schema takes a schema, not a table.
Author: Sawada Masahiko
doc/src/sgml/ref/reindexdb.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/reindexdb.sgml
b/doc/src/sgml/ref/reindexdb.sgml
index b5b449c256fac56aa91fc49506cf9dbddd5c5b11..a745f6cb21b484fb6c43730d7698d2ca476baa2e 100644
(file)
--- a/
doc/src/sgml/ref/reindexdb.sgml
+++ b/
doc/src/sgml/ref/reindexdb.sgml
@@
-30,7
+30,7
@@
PostgreSQL documentation
<arg choice="plain"><option>--schema</option></arg>
<arg choice="plain"><option>-S</option></arg>
</group>
- <replaceable>
table
</replaceable>
+ <replaceable>
schema
</replaceable>
</arg>
</arg>