Re: ERROR: translation failed from server encoding to wchar_t

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: ERROR: translation failed from server encoding to wchar_t
Дата
Msg-id 4783722C.5000503@dunslane.net
обсуждение исходный текст
Ответ на Re: ERROR: translation failed from server encoding to wchar_t  (ilanco@gmail.com)
Список pgsql-hackers

ilanco@gmail.com wrote:
>     NEW.idxFTI := to_tsvector('simple', encode($x$E$x$||
> NEW.messageblk, 'escape'));
>     
>   

I strongly doubt that this does what you think it does - I would check 
the results if I were you. The $x$E$x$ should almost certainly not be 
there - if you are trying to get E'foo' behaviour, that is purely for 
literals. All you are doing here is to prepend a literal 'E' to your value.

cheers

andrew


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

Предыдущее
От: ilanco@gmail.com
Дата:
Сообщение: Re: ERROR: translation failed from server encoding to wchar_t
Следующее
От: Gregory Stark
Дата:
Сообщение: Psql command-line completion bug