|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.85 2010/02/23 00:21:19 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.86 2010/02/24 16:27:40 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <refentry id="APP-PGRESTORE"> |
4 | 4 | <refmeta> |
|
377 | 377 | <term><option>--table=<replaceable class="parameter">table</replaceable></option></term> |
378 | 378 | <listitem> |
379 | 379 | <para> |
380 | | - Restore definition and/or data of named table only. |
| 380 | + Restore definition and/or data of named table only. This can be |
| 381 | + combined with the <option>-n</option> option to specify a schema. |
381 | 382 | </para> |
382 | 383 | </listitem> |
383 | 384 | </varlistentry> |
|