pg_dump problem? - Mailing list pgsql-hackers

From Chris Bitmead
Subject pg_dump problem?
Date
Msg-id 37325FDB.83D8AABE@bigfoot.com
Whole thread Raw
Responses Re: [HACKERS] pg_dump problem?  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
Re: [HACKERS] pg_dump problem?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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).


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] It would be nice if this could be fixed...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Hashjoin status report