Re: 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
Дата
Msg-id VE1P191MB1118C00F37452A13910F743BD6809@VE1P191MB1118.EURP191.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: pg_upgrade Only the install user can be defined in the new cluster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_upgrade Only the install user can be defined in the new cluster  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
 rolname
-----------
 anon
 api
 heartbeat
 postgres

only the default users..

Od: Tom Lane <tgl@sss.pgh.pa.us>
Odoslané: štvrtok 16. marca 2023 19:24
Komu: Dávid Suchan <david.suchan@student.tuke.sk>
Kópia: Daniel Gustafsson <daniel@yesql.se>; pgsql-general@postgresql.org <pgsql-general@postgresql.org>
Predmet: Re: pg_upgrade Only the install user can be defined in the new cluster
 
Dávid Suchan <david.suchan@student.tuke.sk> writes:
> The ' SELECT COUNT(*) FROM pg_catalog.pg_roles WHERE rolname !~ '^pg_'; ' prints count 4

4?  That would be the problem all right.  What are those, that is what
do you get from

SELECT rolname FROM pg_catalog.pg_roles WHERE rolname !~ '^pg_';

on the new cluster?

                        regards, tom lane

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

Предыдущее
От: Dominique Devienne
Дата:
Сообщение: NULL pg_database.datacl
Следующее
От: Erik Wienhold
Дата:
Сообщение: Re: NULL pg_database.datacl