Typo in reindexdb documentation

Started by Sawada Masahikoover 10 years ago2 messages
#1Sawada Masahiko
sawada.mshk@gmail.com
1 attachment(s)

Hi all,

Attached patch fixes the typo is in reindexdb documentation regarding
REINDEX SCHEMA.

Regards,

-------
Sawada Masahiko

Attachments:

fix_reindexdb_documentation.patchtext/x-diff; charset=US-ASCII; name=fix_reindexdb_documentation.patchDownload
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml
index b5b449c..a745f6c 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>
 
#2Stephen Frost
sfrost@snowman.net
In reply to: Sawada Masahiko (#1)
Re: Typo in reindexdb documentation

Sawada,

* Sawada Masahiko (sawada.mshk@gmail.com) wrote:

Attached patch fixes the typo is in reindexdb documentation regarding
REINDEX SCHEMA.

Fix pushed, thanks!

Stephen