Re: problem with function loading - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: problem with function loading
Date
Msg-id 20050224033940.GA29801@winnie.fuhr.org
Whole thread Raw
In response to Re: problem with function loading  (Berényi Gábor <ber_@freemail.hu>)
List 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/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
Next
From: Kenneth Marshall
Date:
Subject: Re: left-deep plans?