Re: [REASSIGN confusion]

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [REASSIGN confusion]
Дата
Msg-id 20151216132200.GG2618@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: [REASSIGN confusion]  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-admin
Guillaume Lelarge wrote:
> 2015-12-15 14:05 GMT+01:00 Michael Anderson <michael.anderson@elegosoft.com>

> > It seems to me that the most common task for an administrator would be to
> > either:
> >
> > change ownership of all objects on a single database owned by old_role
> > without affecting any other databases
> > or
> > change ownership of all objects on all databases owned by old_role.
> >
> > As I understand it, I can't use REASSIGN to perform either of these tasks.
> > Or am I missing something?
>
> Nope, that's it. You need to execute REASSIGN on each database to change
> ownership of all objects on all databases.

The reason we don't have a command to reassign all the objects in all
databases is that it's not possible to implement it inside the server:
each session is connected to one database only, and can only run
commands to modify that database.  So you need one session in each
database in order to modify the objects in that database.  But "shared"
objects can be modified in any database, so global objects (databases
and tablespaces) are reassigned in the first session.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: semop hanging - Postgres 9.4.4
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: semop hanging - Postgres 9.4.4