Re: [HACKERS] no operator '=' for types char16 and text

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] no operator '=' for types char16 and text
Дата
Msg-id 34FCC4E8.B15E878@alumni.caltech.edu
обсуждение исходный текст
Ответ на no operator '=' for types char16 and text  (Brett McCormick <brett@work.chicken.org>)
Ответы Re: [HACKERS] no operator '=' for types char16 and text  (darcy@druid.net (D'Arcy J.M. Cain))
Список pgsql-hackers
> don't you think there should be some sort of automatic conversion
> here?

the charX types (char2, 4, 8, 16) are not well supported. They are
likely to disappear in the next release, with the parser mapping them to
char(X) (or varchar(X), whichever is the best match) for backward
compatibility.

The major string types are char(), varchar(), and text.

                                           - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [QUESTIONS] 6.3 Release
Следующее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: [HACKERS] no operator '=' for types char16 and text