On Fri, Feb 4, 2011 at 12:26 PM, felix <[email protected]> wrote: > I just sudo tried it but still no report
It's not about who you are in Unix / Linux, it's about who you are in Postgresql. \du will show you who is a superusr. psql -U username will let you connect as that user. -- Sent via pgsql-performance mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-performance
