Re: ERROR: argument to pg_get_expr() must come from system catalogs

Thom Brown <thombrown@gmail.com>

From: Thom Brown <thombrown@gmail.com>
To: Dave Page <dpage@pgadmin.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-07-13T16:25:53Z
Lists: pgsql-hackers
On 13 July 2010 17:01, Thom Brown <thombrown@gmail.com> wrote:
> On 13 July 2010 17:00, Dave Page <dpage@pgadmin.org> wrote:
>> On Tue, Jul 13, 2010 at 4:56 PM, Thom Brown <thombrown@gmail.com> wrote:
>>
>>> I works if you use pr.proargdefaults so not unresolvable.  Maybe it's
>>> because it can't tell where the column's coming from at that point?
>>
>> Hmm, so it does. It still seems like a bug though - why should it be
>> able to resolve the column based on whether you're a superuser or not,
>> just because it's not qualified?
>>
>
> Yeah see what you mean.  Seems like a bug.
>
> Thom
>

And yes, as a result PgAdmin becomes very upset when not a superuser.
:(  Kind of a show-stopper.

Thom