On Wed, Feb 23, 2005 at 11:39:19PM +0100, Berényi Gábor wrote:
>
> > SELECT usename FROM pg_user WHERE usesuper IS TRUE;
>
> Result: postgres. So the problem persist.
Please show the exact statement you're running and the exact output
(copied and pasted, not typed manually). Also the following, just
so we're all clear about what user you're running as:
SELECT * FROM pg_user WHERE usename = CURRENT_USER;
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/