Re: backup and store oids - Mailing list pgsql-general

From Poul L. Christiansen
Subject Re: backup and store oids
Date
Msg-id 3A26243F.6090300@cs.auc.dk
Whole thread Raw
In response to backup and store oids  (Gabriel Lopez <gabilm@dif.um.es>)
List pgsql-general
>
>     2. When backup my database use:
>             pg_dump dbname > dbname.pgdump

Use: "pg_dump -o dbname > dbname.pgdump" to dump the oid's with the rest
of the data.

Poul L. Christiansen


pgsql-general by date:

Previous
From: Gabriel Lopez
Date:
Subject: backup and store oids
Next
From: Peter Maas
Date:
Subject: Re: function to return query result