copy and length coercion

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема copy and length coercion
Дата
Msg-id 20001013151016T.t-ishii@sra.co.jp
обсуждение исходный текст
Список pgsql-hackers
I notced that COPY FROM does not invoke the length coercion function
before calling heap_insert(). This leads sometimes bad things such as
incorrectly truncated mutibyte strings. My idea is finding an
appropreate function like currently
coerce_type_typmod(parser/parse_coerce.c) does, and calling it before
heap_insert()

Comments?
--
Tatsuo Ishii



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

Предыдущее
От: Denis Perchine
Дата:
Сообщение: Re: Inserting a select statement result into another table
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: ALTER TABLE DROP COLUMN