Re: Problems with pg_upgrade.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bror Jonsson <brorfred(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with pg_upgrade.
Date: 2014-07-29 16:52:58
Message-ID: 3047.1406652778@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bror Jonsson <brorfred(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Victor Yegorov 2014-07-29 18:57:55 Re: TZ_OFFSET
Previous Message John R Pierce 2014-07-29 16:45:49 Re: Problems with pg_upgrade.