Re: change oid of a pg_type

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: change oid of a pg_type
Date: 2009-04-11 20:53:46
Message-ID: 20090411205346.GA7351@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Merlin Moncure escribió:

> (or, create a type at a particular oid slot would be ok too). note,
> this is not at bootstrap time.

We needed fixed OIDs for some things in Replicator, and the only way I
could see about it was to hack up a special bootstrap mode.

It's a pain :-( But since we patch the backend code already, it wasn't
entirely out of the question ...

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-11 20:54:28 Re: pg_dumpall --clean is completely broken
Previous Message Tom Lane 2009-04-11 20:46:57 Re: change oid of a pg_type