Re: Broken Catalog? -- 7.4.2

From: Rod Taylor <pg(at)rbt(dot)ca>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Broken Catalog? -- 7.4.2
Date: 2004-04-27 12:48:22
Message-ID: 1083070102.30065.33.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 2004-04-26 at 22:04, Alvaro Herrera wrote:
> On Mon, Apr 26, 2004 at 09:36:26PM -0400, Rod Taylor wrote:
> > The function format_type() fails only for interval when used on the
> > interval type
> >
> > template1=# select format_type(oid, typlen) from pg_type;
>
> select format_type(oid, typtypmod) from pg_type;
> -- works
>
> In fact, I believe this is the correct answer from timestamp types, for
> example.

Yes, your right. The only differences are with the timestamp types and
interval.

No matter -- I still have a bug in DBD::Pg ;)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-04-27 12:49:17 Re: thread_test.c problems
Previous Message Chris Bowlby 2004-04-27 12:26:38 pg_clog question.