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

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Brett McCormick <brett(at)work(dot)chicken(dot)org>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] no operator '=' for types char16 and text
Date: 1998-03-04 03:05:12
Message-ID: 34FCC4E8.B15E878@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 1998-03-04 03:12:12 Re: [HACKERS] no operator '=' for types char16 and text
Previous Message Thomas G. Lockhart 1998-03-04 02:47:32 Re: [QUESTIONS] 6.3 Release