change oid of a pg_type

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: change oid of a pg_type
Date: 2009-04-11 20:36:22
Message-ID: b42b73150904111336s40b1d55ak57b2391475bd228f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there any way to adjust the oid of an already created pg_type (plus
dependent tables like pg_attribute)? C code inside the backend is
ok...I have two databases and need to keep oid in sync.

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

merlin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2009-04-11 20:43:35 Re: Closing some 8.4 open items
Previous Message Tom Lane 2009-04-11 20:30:02 Re: Closing some 8.4 open items