ERROR: invalid INTERVAL typmod: 0xc

From: Darcy Buskermolen <darcy(at)wavefire(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: ERROR: invalid INTERVAL typmod: 0xc
Date: 2004-01-28 21:28:21
Message-ID: 200401281328.21594.darcy@wavefire.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-01-28 22:50:55 Re: ERROR: invalid INTERVAL typmod: 0xc
Previous Message InterZone 2004-01-28 19:41:51 Re: BUG #1069: functions "lower()" and "upper()" not characterset-aware