ah right, duh.Â
yes, I did it as -U postgres, verified as a superuser
just now did it from inside psql as postgres
\c djns4
vacuum verbose analyze;
still no advice on the pages
On Fri, Feb 4, 2011 at 8:34 PM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
On Fri, Feb 4, 2011 at 12:26 PM, felix <crucialfelix@xxxxxxxxx> wrote:It's not about who you are in Unix / Linux, it's about who you are in
> I just sudo tried it but still no report
Postgresql. Â\du will show you who is a superusr. Âpsql -U username
will let you connect as that user.