> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Keith
> Sent: 24 October 2005 13:51
> To: Andreas Pflug
> Cc: pgadmin-support@postgresql.org
> Subject: Re: [pgadmin-support] Error on pgAdminIII 1.2.2 and 1.4.0
>
> Hi Andreas,
>
> Your tip about a namespace did the trick. I had
> renamed the "public" schema which had caused all of my
> problems. I do not understand why.
pgAdmin expects pg_postmaster_starttime() to be in the public schema,
and an error occurs when it cannot find it there. Iirc, in 8.1
everything lives in pg_catalog so this shouldn't happen if you
drop/rename public on that version.
Regards, Dave