Re: problem with function loading

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Berényi Gábor <ber_(at)freemail(dot)hu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problem with function loading
Date: 2005-02-24 03:39:40
Message-ID: 20050224033940.GA29801@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2005-02-24 04:47:49 Re: Finding if old transactions are running...
Previous Message Christopher Browne 2005-02-24 02:26:53 Finding if old transactions are running...