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

From Zeugswetter Andreas SARZ
Subject Re: [HACKERS] no operator '=' for types char16 and text
Date
Msg-id 219F68D65015D011A8E000006F8590C6010A51FB@sdexcsrv1.sd.spardat.at
Whole thread Raw
List pgsql-hackers
>> 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.

> Is there a performance hit if the values chosen are not powers of 2?

No, the smaller the better.

Andreas

pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SARZ
Date:
Subject: Re: [HACKERS] doc troubles with tar.gz
Next
From: Zeugswetter Andreas SARZ
Date:
Subject: Feature: output index name in explain ...