Automatic type conversion - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Automatic type conversion
Date
Msg-id 35278D27.2BCA7D73@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
I've got binary operators working with automated type conversion, at
least for some cases:

tgl=> select 2.0 > 1;

?column?
--------
t
(1 row)

However, I'll need to revisit the search algorithms for matching
possible types to functions and operators; I'm pretty sure that the best
algorithm (or even the minimally acceptable one) isn't in there yet.

On to target type matching...

                   - Tom

pgsql-hackers by date:

Previous
From: "Vadim B. Mikheev"
Date:
Subject: Re: [PATCHES] Re: [HACKERS] Everything leaks; How it mm suppose to work?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Open 6.3.1 issues