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