Re: change oid of a pg_type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: change oid of a pg_type
Дата
Msg-id 20090411205346.GA7351@alvh.no-ip.org
обсуждение исходный текст
Ответ на change oid of a pg_type  (Merlin Moncure <mmoncure@gmail.com>)
Список 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.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: change oid of a pg_type
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_dumpall --clean is completely broken