BUG #6670: Translate small SQL from 8.0 ti 7.3

Поиск
Список
Период
Сортировка
От ByGlow@mail.ua
Тема BUG #6670: Translate small SQL from 8.0 ti 7.3
Дата
Msg-id E1SZzuF-0004oC-3e@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6670: Translate small SQL from 8.0 ti 7.3
Список 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 по дате отправления:

Предыдущее
От: Chris Ruprecht
Дата:
Сообщение: Re: BUG #6641: uuid.h warning during configure
Следующее
От: Andrzej Krawiec
Дата:
Сообщение: Re: BUG #6650: CPU system time utilization rising few times a day