Broken Catalog? -- 7.4.2

From: Rod Taylor <pg(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Broken Catalog? -- 7.4.2
Date: 2004-04-27 01:36:26
Message-ID: 1083029785.30065.26.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The function format_type() fails only for interval when used on the
interval type

template1=# select format_type(oid, typlen) from pg_type;
ERROR: invalid INTERVAL typmod: 0xc
template1=# select format_type(oid, typlen) from pg_type where typname
!= 'interval';
-- Many results

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-04-27 01:46:29 Re: Thread code not vpath-safe
Previous Message Andrew Payne 2004-04-27 01:31:33 Re: What can we learn from MySQL?