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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: ERROR: argument to pg_get_expr() must come from system catalogs
Дата
Msg-id AANLkTinYXTxrTs4Unpd_zLF+Qgd5HG0aq+eqeAEDBXfO@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ERROR: argument to pg_get_expr() must come from system catalogs  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ERROR: argument to pg_get_expr() must come from system catalogs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jul 30, 2010 at 12:17 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Dave Page <dpage@pgadmin.org> writes:
>> We had a report of the above error from a pgAdmin user testing
>> 1.12.0b3 with PG 9.0b3. The (highly simplified) query below works fine
>> as a superuser:
>
>> SELECT pg_get_expr(proargdefaults, 'pg_catalog.pg_class'::regclass)
>>   FROM pg_proc pr
>>   LEFT OUTER JOIN pg_description des ON des.objoid=pr.oid
>
>> Run as a regular user though, we get the error.
>
> I've applied a (rather hurried) patch for this for 9.0beta4.

Thanks. Bruce seemed to think it affected 8.4.4 as well - would that
be the case, or is it something else?


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reducing NUMERIC size for 9.1
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: patch (for 9.1) string functions ( correct patch attached )