Re: backup and store oids

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Gabriel Lopez <gabilm(at)dif(dot)um(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backup and store oids
Date: 2000-11-30 09:56:15
Message-ID: 3A26243F.6090300@cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Maas 2000-11-30 10:48:15 Re: function to return query result
Previous Message Gabriel Lopez 2000-11-30 09:47:34 backup and store oids