> 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?

Only if you use object ids (OID's).

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to