Re: Problems with pg_upgrade.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems with pg_upgrade.
Дата
Msg-id 3047.1406652778@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problems with pg_upgrade.  (Bror Jonsson <brorfred@gmail.com>)
Список pgsql-general
Bror Jonsson <brorfred@gmail.com> writes:
> Is there any way to figure out which the original superuser was?

You got a surplus of superusers?

Anyway, it should be the one with OID 10.

select * from pg_authid where oid = 10;

            regards, tom lane


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Problems with pg_upgrade.
Следующее
От: "byfei163@163.com"
Дата:
Сообщение: Re: PG_TERMINATE_BACKEND not working.