The -o command line option of pg_dump for a database using foreign keys - Mailing list pgsql-general

From Kenji Sugita
Subject The -o command line option of pg_dump for a database using foreign keys
Date
Msg-id 20010816.173401.77048474.sugita@sra.co.jp
Whole thread Raw
Responses Re: The -o command line option of pg_dump for a database using foreign keys  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
PostgreSQL 7.1.2 Administrator's Guide says as follows:

    Chapter 8. Backup and Restore
    8.1. SQL Dump

    Important: When your database schema relies on OIDs (for instances as
    foreign keys) you must instruct pg_dump to dump the OIDs as well. To do
    this, use the -o command line option.

Is the -o option still required for 7.1.2 version for a database using foreign
keys?


Kind regards,


Kenji Sugita
sugita@sra.co.jp


pgsql-general by date:

Previous
From: Mark kirkwood
Date:
Subject: Re :MySQL Benchmark page - Problem with vacuum() in PostgreSQL
Next
From: Tod McQuillin
Date:
Subject: Re: Re: Storing images in PG?