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

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SARZ
Тема Re: [HACKERS] no operator '=' for types char16 and text
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51FB@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Zeugswetter Andreas SARZ
Дата:
Сообщение: Re: [HACKERS] doc troubles with tar.gz
Следующее
От: Zeugswetter Andreas SARZ
Дата:
Сообщение: Feature: output index name in explain ...