Re: Proposal for fixing numeric type-resolution issues - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Proposal for fixing numeric type-resolution issues
Date
Msg-id 39200BC0.B957BEE6@alumni.caltech.edu
Whole thread Raw
Responses Re: Proposal for fixing numeric type-resolution issues  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
> Here is a proposal for fixing these problems.

Sounds good. We would be looking up this info in a table, right? So we
can integrate this type hierarchy fully into our type extensibility
system.

Another 7.1 project is to work on alternate languages and character
sets, to decouple multibyte and locale from the default SQL_TEXT
character set. This will probably bring up issues similar to the
numeric problems, and since these character sets will be added as
user-defined types it will be important for the backend to understand
how to convert them for comparison operations, for example.
                         - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Cast of numeric()
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] lo_unlink