=?Windows-1252?Q?D=E1vid_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