pg_dump problem?

From: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: pg_dump problem?
Date: 1999-05-07 03:36:59
Message-ID: 37325FDB.83D8AABE@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Am I right in saying that the -o and -D arguments to pg_dump cannot work
together? Any chance of this getting fixed?

Otherwise is there any other way of deleting a column from a table
whilst retaining oids? In general there seems there are problems with
various scheme changes that you may want to do if you need to retain
oids. Various SELECT INTO options don't work any more unless there is
some way to set the oid in conjunction with named fields (like the -D
option).

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-05-07 03:49:20 Re: [HACKERS] Hashjoin status report
Previous Message Bruce Momjian 1999-05-07 03:05:10 Re: [HACKERS] It would be nice if this could be fixed...