Bror Jonsson <[email protected]> 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
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
