AW: [HACKERS] varchar() vs char16 performance

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas
Тема AW: [HACKERS] varchar() vs char16 performance
Дата
Msg-id 01BD5360.37B952E0@pc9358.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
I had thought that char2-16 add _no_ functionality over the char() and
varchar() types; Tatsuo points out at least one capability which they
have. Are there any others?

They give and take a char * pointer to a C function like
create function upper(char16)
returning char16 as '/u/my/upper.so' language 'sql';
whereas char() gives a varlena pointer.

Andreas





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] tables >2GB
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: AW: [HACKERS] Re: PL/PgSQL discussion