Darcy Buskermolen <[EMAIL PROTECTED]> writes:
> The following query works in 7.3 but errors in 7.4.x as well as devel with
> the above error
> SELECT quote_ident(nspname) as namespace, format_type(pg_type.oid, typlen) as
> type_name FROM pg_catalog.pg_type JOIN pg_catalog.pg_namespace ON
> (pg
The following query works in 7.3 but errors in 7.4.x as well as devel with
the above error
SELECT quote_ident(nspname) as namespace, format_type(pg_type.oid, typlen) as
type_name FROM pg_catalog.pg_type JOIN pg_catalog.pg_namespace ON
(pg_namespace.oid = typnamespace) WHERE pg_type.oid = '1186