Re: Porting MySQL data types to PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Porting MySQL data types to PostgreSQL
Дата
Msg-id 19363.1185892343@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Porting MySQL data types to PostgreSQL  (ptjm@interlog.com (Patrick TJ McPhee))
Список pgsql-general
ptjm@interlog.com (Patrick TJ McPhee) writes:
> One problem with this idea is the treatment of implicit casts between
> numeric types in TypeCategory(). For implicit casts to work, the type's
> OID has to be listed in that function (i.e., it has to be a built-in type).

That's not the case.  There probably are some things that won't work
nicely if TypeCategory() doesn't recognize the type as numeric category,
but to claim that implicit casts won't work at all is wrong.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Nicola Benaglia"
Дата:
Сообщение: huge file in pg_xlog and base
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error restarting postmaster