OSDN Git Service

Document that pg_restore -t can use -n for its schema qualification.
authorBruce Momjian <bruce@momjian.us>
Wed, 24 Feb 2010 16:27:40 +0000 (16:27 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 24 Feb 2010 16:27:40 +0000 (16:27 +0000)
doc/src/sgml/ref/pg_restore.sgml

index 9735d3e..0302418 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.85 2010/02/23 00:21:19 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.86 2010/02/24 16:27:40 momjian Exp $ -->
 
 <refentry id="APP-PGRESTORE">
  <refmeta>
       <term><option>--table=<replaceable class="parameter">table</replaceable></option></term>
       <listitem>
        <para>
-        Restore definition and/or data of named table only.
+        Restore definition and/or data of named table only.  This can be
+        combined with the <option>-n</option> option to specify a schema.
        </para>
       </listitem>
      </varlistentry>