ERROR: invalid INTERVAL typmod: 0xc - Mailing list pgsql-bugs

From Darcy Buskermolen
Subject ERROR: invalid INTERVAL typmod: 0xc
Date
Msg-id 200401281328.21594.darcy@wavefire.com
Whole thread Raw
Responses Re: ERROR: invalid INTERVAL typmod: 0xc
List pgsql-bugs
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';

1186 ( the interval type) is the only row that this does not work for.



--
Darcy Buskermolen
Wavefire Technologies Corp.
ph: 250.717.0200
fx:  250.763.1759
http://www.wavefire.com

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1069: functions "lower()" and "upper()" not characterset-aware
Next
From: Tom Lane
Date:
Subject: Re: ERROR: invalid INTERVAL typmod: 0xc