diff options
author | Tom Lane | 2006-09-25 15:31:50 +0000 |
---|---|---|
committer | Tom Lane | 2006-09-25 15:31:50 +0000 |
commit | 1f4841a95387aba5c9a99a3c486d3f0ad16a1329 (patch) | |
tree | 9d2cff0e25bfe4418c88a13c8a0635f2d258d90d /doc/src | |
parent | c232c8afa8dc398ee8ca3729630aba97c5622065 (diff) |
no-data-for-failed-tables is a pg_restore option, not a pg_dump option.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 9b7396e9a99..9e55f6858d9 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.455 2006/09/25 15:04:37 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.456 2006/09/25 15:31:50 tgl Exp $ --> <!-- Typical markup: @@ -1710,7 +1710,7 @@ For new features, add links to the documentation sections. <listitem> <para> - Add <application>pg_dump</> <literal>-X + Add <application>pg_restore</> <literal>-X no-data-for-failed-tables</> option to suppress loading data if table creation failed (the table already exists) (Martin Pitt) |