> 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
In response to
Responses
pgsql-hackers by date
| Next: | From: D'Arcy J.M. Cain | Date: 1998-03-04 03:12:12 |
| Subject: Re: [HACKERS] no operator '=' for types char16 and text |
| Previous: | From: Thomas G. Lockhart | Date: 1998-03-04 02:47:32 |
| Subject: Re: [QUESTIONS] 6.3 Release |