Re: [HACKERS] no operator '=' for types char16 and text - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] no operator '=' for types char16 and text
Date
Msg-id 34FCC4E8.B15E878@alumni.caltech.edu
Whole thread Raw
In response to no operator '=' for types char16 and text  (Brett McCormick <brett@work.chicken.org>)
Responses Re: [HACKERS] no operator '=' for types char16 and text  (darcy@druid.net (D'Arcy J.M. Cain))
List 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 by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [QUESTIONS] 6.3 Release
Next
From: darcy@druid.net (D'Arcy J.M. Cain)
Date:
Subject: Re: [HACKERS] no operator '=' for types char16 and text