error tryiing to insert with collate

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема error tryiing to insert with collate
Дата
Msg-id 20120102160626.45b5372a@anubis.defcon1
обсуждение исходный текст
Ответы Re: error tryiing to insert with collate  (Thom Brown <thom@linux.com>)
Re: error tryiing to insert with collate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi list,

Original collation srv+clis = fr_FR.utf8

I'm trying to insert as:
INSERT INTO tst1m VALUES ( default,
    'źŠÿǚŦÍÏÔJŽććżûŘäpèăîÍŢŃDµŴŻĊĜÿG' COLLATE "hu_HU.utf8",
    'úĽčŏṻŗĿÁťħĵŇğŚáÛĨæħŽīhĴÝUĶďeźİīŇč' COLLATE "hu_HU.utf8" );

and get: ERROR:  unsupported node type: 325

hu_HU.utf8 is installed - so is this operation impossible
and collate only reserved to select statements?

JY
--
Everything can be filed under "miscellaneous".

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

Предыдущее
От: Craig Barnes
Дата:
Сообщение: Re: ERROR: invalid input syntax for integer: SQL state: 22P02
Следующее
От: Thom Brown
Дата:
Сообщение: Re: error tryiing to insert with collate