From: | Thomas Hallgren <thhal(at)mailblocks(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Permissions within a function |
Date: | 2004-12-18 18:21:05 |
Message-ID: | thhal-0lA2gAiE6cS45EVDYbI5QH6yhY0iREV@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Well, it's not. Exactly what are you going to flip it *to*? You can't
> hardwire a particular userid and expect to have a robust solution.
>
> I'd recommend the lower-level approach myself.
How about flipping to the owner of the table, (or perhaps schema since
all pljava specific stuff resides in the sqlj schema) that I want to access?
Regards,
Thomas Hallgren
From | Date | Subject | |
---|---|---|---|
Next Message | Rémi Zara | 2004-12-18 18:49:48 | Re: Port report: NetBSD 2.0 mac68k |
Previous Message | Thomas Hallgren | 2004-12-18 18:18:10 | Re: Permissions within a function |