BUG #11078: this query crash on array_agg, but there is no array_agg

Поиск
Список
Период
Сортировка
От hiapo@tahiti-ingenierie.pf
Тема BUG #11078: this query crash on array_agg, but there is no array_agg
Дата
Msg-id 20140729024655.16601.27547@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #11078: this query crash on array_agg, but there is no array_agg  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11078
Logged by:          hiapo
Email address:      hiapo@tahiti-ingenierie.pf
PostgreSQL version: 9.3.3
Operating system:   Linux OpenSuse 12.3
Description:




select x.oid,x.c from (
select p.oid,pg_get_functiondef(p.oid)::varchar as c
from information_schema.routines r inner join pg_catalog.pg_proc p on
(r.specific_name=p.proname||'_'||oid::varchar) where
specific_schema='public'
)x where x.c ilike '%getcnx%'

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #10748: xmax is not resetting properly with FOR UPDATE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #11078: this query crash on array_agg, but there is no array_agg