Re: Per-column collation
От | Itagaki Takahiro |
---|---|
Тема | Re: Per-column collation |
Дата | |
Msg-id | AANLkTimkGt4LDRGZBqy9cv5VRBOssgsEYOCBzWsQ=PV8@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Per-column collation (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: Per-column collation
|
Список | pgsql-hackers |
On Sun, Dec 5, 2010 at 01:04, Peter Eisentraut <peter_e@gmx.net> wrote: > Here is an updated patch to address the issues discussed during this > commitfest. I found another issue in the patch; ILIKE in WHERE clause doesn't work. It was surprising because LIKE in WHERE clause and ILIKE in SELECT list works expectedly.- SELECT * FROM pg_class WHERE relname LIKE 'pg%'- SELECT relname ILIKE 'pg%' FROM pg_class; ---- postgres=# SELECT name, setting FROM pg_settingsWHERE name IN ('lc_ctype', 'lc_collate', 'server_encoding'); name | setting -----------------+---------lc_collate | Clc_ctype | Cserver_encoding | UTF8 (3 rows) postgres=# SELECT * FROM pg_class WHERE relname ILIKE 'pg%'; ERROR: no collation was derived ---- -- Itagaki Takahiro
В списке pgsql-hackers по дате отправления: