Re: Proposal for fixing numeric type-resolution issues

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal for fixing numeric type-resolution issues
Date: 2000-05-15 14:37:52
Message-ID: 39200BC0.B957BEE6@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-05-15 14:46:39 Re: Casting, again
Previous Message Peter Mount 2000-05-15 14:16:37 RE: lo_unlink