[GENERAL] How to ALTER EXTENSION name OWNER TO new_owner ?

Поиск
Список
Период
Сортировка
От Colin 't Hart
Тема [GENERAL] How to ALTER EXTENSION name OWNER TO new_owner ?
Дата
Msg-id CAMon-aQ=4gtU29+YGWaRbrzKtjijVEYwUwvKfmCox0dtLArrwA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] How to ALTER EXTENSION name OWNER TO new_owner ?
Список pgsql-general
Hi,

Why does
ALTER EXTENSION name OWNER TO new_owner;
not exist?

I have a bunch of extensions that were installed by a role that I want
to drop. So I thought I would do like I do for other object types:
ALTER <object_type> name OWNER TO new_owner;

But that doesn't exist for extensions. I also can't drop the extension
and recreate it because other objects depend on it.

What can I do?

This is on PostgreSQL 9.3.

Thanks,

Colin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] 64bit initdb failure on macOS 10.11 and 10.12
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: [GENERAL] How to ALTER EXTENSION name OWNER TO new_owner ?