1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Document that pg_restore -t can use -n for its schema qualification.

This commit is contained in:
Bruce Momjian
2010-02-24 16:27:40 +00:00
parent 99ef515280
commit 673fb4da02

View 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"> <refentry id="APP-PGRESTORE">
<refmeta> <refmeta>
@ -377,7 +377,8 @@
<term><option>--table=<replaceable class="parameter">table</replaceable></option></term> <term><option>--table=<replaceable class="parameter">table</replaceable></option></term>
<listitem> <listitem>
<para> <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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>