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

From: hiapo(at)tahiti-ingenierie(dot)pf
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11078: this query crash on array_agg, but there is no array_agg
Date: 2014-07-29 02:46:55
Message-ID: 20140729024655.16601.27547@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11078
Logged by: hiapo
Email address: hiapo(at)tahiti-ingenierie(dot)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%'

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2014-07-29 09:03:55 Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore
Previous Message Andres Freund 2014-07-28 18:07:12 Re: BUG #11032: Prepared transactions do not update pg_last_xact_replay_timestamp() anymore