Re: FW: GRANT question

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Együd Csaba (Freemail) <csegyud(at)freemail(dot)hu>
Cc: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: FW: GRANT question
Date: 2005-11-27 15:50:22
Message-ID: 20051127155022.GB34720@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Nov 27, 2005 at 08:02:37AM +0100, Egyd Csaba (Freemail) wrote:
> thak you very much! Now it works well.
[...]
> moson.gdb=# select current_schemas(true);
> current_schemas
> ---------------------
> {pg_catalog,public}
> (1 row)
>
> moson.gdb=# SELECT edenproc_usesysid('probauser');
> edenproc_usesysid
> -------------------
> 118
> (1 row)

Did you try these commands as the ordinary user? The above is
evidence that it works for a superuser, which it did already
according to your previous posts.

--
Michael Fuhr

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Együd Csaba (Freemail) 2005-11-27 17:55:52 Re: FW: GRANT question
Previous Message Brendan Jurd 2005-11-27 12:38:57 Re: Generic Q about max(id) vs ORDER BY ID DESC LIMIT 1