Re: pg_upgrade Only the install user can be defined in the new cluster

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: pg_upgrade Only the install user can be defined in the new cluster
Дата
Msg-id 667112E0-5A1C-4F74-86F8-54B121C2336C@yesql.se
обсуждение исходный текст
Ответ на pg_upgrade Only the install user can be defined in the new cluster  (Dávid Suchan <david.suchan@student.tuke.sk>)
Ответы Re: pg_upgrade Only the install user can be defined in the new cluster  (Dávid Suchan <david.suchan@student.tuke.sk>)
Список pgsql-general
> On 15 Mar 2023, at 10:30, Dávid Suchan <david.suchan@student.tuke.sk> wrote:

> ..there are no other users in the db.

The check in question performs this:

    SELECT COUNT(*) FROM pg_catalog.pg_roles WHERE rolname !~ '^pg_';

What do you get when running that in the new v14 cluster?

--
Daniel Gustafsson




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

Предыдущее
От: Dávid Suchan
Дата:
Сообщение: pg_upgrade Only the install user can be defined in the new cluster
Следующее
От: Dávid Suchan
Дата:
Сообщение: Re: pg_upgrade Only the install user can be defined in the new cluster