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:01:37Z
Lists: pgsql-hackers
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