reassign owned to change the ownership for op class and family

Поиск
Список
Период
Сортировка
От Asko Tiidumaa
Тема reassign owned to change the ownership for op class and family
Дата
Msg-id AANLkTimEWxxsoab2mwAhJNlzCVUmXsr2FXUbBTAwkgAi@mail.gmail.com
обсуждение исходный текст
Ответы Re: reassign owned to change the ownership for op class and family  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Currently REASSIGN OWNED complains "unexpected classid" for operator
class and family.

For example,

create two users, user1 and user2

under user1:
create type oxetype as enum ('oxe1');
create operator class oxeops
default for type oxetype using btree as
function 1 array_lower(anyarray,integer);

and then observe "unexpected classid" error:
reassign owned by user1 to user2

So I propose a patch that goes against head, and it would be great to
get it backported to at least 8.3 branch

Comments?


Asko Tiidumaa
---
Skype, Sr DBA

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Cannot cancel the change of a tablespace
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Cannot cancel the change of a tablespace