Re: [HACKERS] postgres/alpha problems

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Brett McCormick <brett(at)work(dot)chicken(dot)org>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] postgres/alpha problems
Date: 1998-03-10 05:18:21
Message-ID: 3504CD1D.767C9D6D@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> also, cast (var to type) is the same as type(var)? weird! why
> doesn't it just call the output/input functions (I can't cast name to
> text or vice-versa for comparisons)..

If there is an explicit conversion routine available, it might be/should
be faster and more correct than converting to and from strings. The last
resort fallback could be the string strategy. I'd like to work on the
type conversion problem for v6.4...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pedro J. Lobo 1998-03-10 08:55:00 Re: [HACKERS] postgres/alpha problems
Previous Message Brett McCormick 1998-03-10 05:04:33 no btree index for timestamp?