lower function
От | Mage |
---|---|
Тема | lower function |
Дата | |
Msg-id | 425413C2.5020000@mage.hu обсуждение исходный текст |
Ответы |
Re: lower function
|
Список | pgsql-general |
Hello, I have a database with encoding latin2, ctype hu_HU, posgresql 8.0.1. Keyword split is a plperl function: create or replace function keywords_split(text) returns text as $$ my $text = lc $_[0]; return $text; $$ language plperl; My problem is: $ psql teszt; Welcome to psql 8.0.1, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help with psql commands \g or terminate with semicolon to execute query \q to quit teszt=# select lower('úéöÖÉÁ'); lower -------- úéööéá (1 row) teszt=# select keywords_split('AúéöÖÉÁ'); keywords_split ---------------- aúéöÖÉÁ (1 row) teszt=# select lower('úéöÖÉÁ'); lower -------- úéöÖÉÁ (1 row) Mage
В списке pgsql-general по дате отправления: