BUG #6670: Translate small SQL from 8.0 ti 7.3

From: ByGlow(at)mail(dot)ua
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6670: Translate small SQL from 8.0 ti 7.3
Date: 2012-05-31 07:34:51
Message-ID: E1SZzuF-0004oC-3e@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: 6670
Logged by: Roman
Email address: ByGlow(at)mail(dot)ua
PostgreSQL version: Unsupported/Unknown
Operating system: Win32
Description:

Bruce, tell me PLEASE how make this in 7.3:

SELECT t.oid, format_type(t.oid, -1) AS basetype
FROM pg_proc p
INNER JOIN pg_type t
ON t.oid = p.prorettype OR t.oid = ANY (p.proargtypes) OR t.oid = ANY
(p.proallargtypes)

ANY and oidvector (int2vector)!

it's possible ?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2012-05-31 08:09:12 Re: overwriting an existing .so while being used crashes the server process
Previous Message Andrzej Krawiec 2012-05-31 07:29:08 Re: BUG #6650: CPU system time utilization rising few times a day