Re: ALTER TYPE ADD SEND AND RECEIVE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TYPE ADD SEND AND RECEIVE
Дата
Msg-id 31302.1418252788@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ALTER TYPE ADD SEND AND RECEIVE  (Manuel Kniep <m.kniep@web.de>)
Ответы Re: ALTER TYPE ADD SEND AND RECEIVE  (Manuel Kniep <manuel@adjust.com>)
Список pgsql-general
Manuel Kniep <m.kniep@web.de> writes:
> I have a custom type and want to add the yet missing  SEND and RECEIVE functions
> is there anyway to alter the type definition without dropping and recreating it?

There's no supported way to do that.  As an unsupported way, you could
consider a manual UPDATE on the type's pg_type row.

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: new index type with clustering in mind.
Следующее
От: vicky
Дата:
Сообщение: Re: Integrating C++ singletons into postgresql extensions???