BUG #6670: Translate small SQL from 8.0 ti 7.3 - Mailing list pgsql-bugs

From ByGlow@mail.ua
Subject BUG #6670: Translate small SQL from 8.0 ti 7.3
Date
Msg-id E1SZzuF-0004oC-3e@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #6670: Translate small SQL from 8.0 ti 7.3  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6670
Logged by:          Roman
Email address:      ByGlow@mail.ua
PostgreSQL version: Unsupported/Unknown
Operating system:   Win32
Description:=20=20=20=20=20=20=20=20

Bruce, tell me PLEASE how make this in 7.3:


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


ANY and oidvector (int2vector)!

it's possible ?

pgsql-bugs by date:

Previous
From: Chris Ruprecht
Date:
Subject: Re: BUG #6641: uuid.h warning during configure
Next
From: Andrzej Krawiec
Date:
Subject: Re: BUG #6650: CPU system time utilization rising few times a day