diff options
author | Stephen Frost <sfrost@snowman.net> | 2015-05-09 14:45:54 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2015-05-09 14:45:54 -0400 |
commit | f0a4b20bb9f91bdc0d60ff8732ee0195b0dfdd73 (patch) | |
tree | 229e7e50926952f2277967b01a203cc2f081bda5 | |
parent | da31c5ed79d93bb02d6ff9cd81497e5151de7b63 (diff) | |
download | postgresql-f0a4b20bb9f91bdc0d60ff8732ee0195b0dfdd73.tar.gz postgresql-f0a4b20bb9f91bdc0d60ff8732ee0195b0dfdd73.zip |
Correct reindexdb documentation
--schema takes a schema, not a table.
Author: Sawada Masahiko
-rw-r--r-- | doc/src/sgml/ref/reindexdb.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index b5b449c256f..a745f6cb21b 100644 --- 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> |