Small docu mismatch

Started by Markus Schaberover 19 years ago2 messages
#1Markus Schaber
schabi@logix-tt.com

Hi,

http://developer.postgresql.org/pgdocs/postgres/release-8-2.html tells:

Add pg_dump -X no-data-for-failed-tables option to suppress loading
data if table creation failed (the table already exists) (Martin
Pitt)

However, http://developer.postgresql.org/pgdocs/postgres/app-pgdump.html
seem not to mention this option.

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Markus Schaber (#1)
Re: Small docu mismatch

Markus Schaber <schabi@logix-tt.com> writes:

http://developer.postgresql.org/pgdocs/postgres/release-8-2.html tells:

Add pg_dump -X no-data-for-failed-tables option to suppress loading
data if table creation failed (the table already exists) (Martin
Pitt)

However, http://developer.postgresql.org/pgdocs/postgres/app-pgdump.html
seem not to mention this option.

Thinko in the release notes: the option applies to pg_restore not
pg_dump.

regards, tom lane