Re: PgAdmin startup query VERY slow - Mailing list pgsql-performance

From Tom Lane
Subject Re: PgAdmin startup query VERY slow
Date
Msg-id 1687.1073430755@sss.pgh.pa.us
Whole thread Raw
In response to Re: PgAdmin startup query VERY slow  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance
Josh Berkus <josh@agliodbs.com> writes:
> Incidentally, just ANALYZE would probably have fixed your problem.

... or just VACUUM; that would have updated the row count which is all
that was really needed here.  The main point is that you do have to do
that as superuser, since the same commands issued as a non-superuser
won't touch the system tables (or any table you do not own).

            regards, tom lane

pgsql-performance by date:

Previous
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Select max(foo) and select count(*) optimization
Next
From: Tom Lane
Date:
Subject: Re: Select max(foo) and select count(*) optimization