Re: problem with function loading

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: problem with function loading
Дата
Msg-id 20050224033940.GA29801@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: problem with function loading  (Berényi Gábor <ber_@freemail.hu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] [pgsql-hackers-win32] Repleacement for src/port/snprintf.c
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: left-deep plans?