From c61607bd52d84bc543f451ea27c22e8212a48b24 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 1 Aug 2006 18:21:44 +0000 Subject: Add pg_dump -X no-data-for-failed-tables option to suppress loading data if table creation failed (the table already exists). Martin Pitt --- doc/src/sgml/ref/pg_restore.sgml | 44 ++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index b82969aaf63..2caea151517 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -360,20 +360,6 @@ - - - - - - Output SQL-standard SET SESSION AUTHORIZATION commands - instead of ALTER OWNER commands to determine object - ownership. This makes the dump more standards compatible, but - depending on the history of the objects in the dump, may not restore - properly. - - - - @@ -397,6 +383,34 @@ + + + + + + Output SQL-standard SET SESSION AUTHORIZATION commands + instead of ALTER OWNER commands to determine object + ownership. This makes the dump more standards compatible, but + depending on the history of the objects in the dump, may not restore + properly. + + + + + + + + + By default, table data objects are restored even if the + associated table could not be successfully created (e. g. + because it already exists). With this option, such table + data is silently ignored. This is useful for dumping and + restoring databases with tables which contain auxiliary data + for PostgreSQL extensions (e. g. PostGIS). + + + + -- cgit v1.2.3