Re: BUG #3394: Partial search not working

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: BUG #3394: Partial search not working
Дата
Msg-id 4677C58E.8000203@sun.com
обсуждение исходный текст
Ответ на Re: BUG #3394: Partial search not working  ("Murali Doss" <Murali.Doss@mphasis.com>)
Ответы Re: BUG #3394: Partial search not working  ("Murali Doss" <Murali.Doss@mphasis.com>)
Список pgsql-bugs
Murali Doss wrote:
> Hi Michael,
>
> Same database dump is there Solaris, Windows and Linux and the partial
> search query is displaying the expected results in Solaris and Windows
> OS but the query returning 0 row in Linux OS.
>
> SELECT * FROM tablename WHERE colname BETWEEN 'B' AND 'B~';
>
>
> Any query to find the local settings and encoding.
>

Try

SELECT name, setting FROM pg_settings WHERE name LIKE 'lc_%';

The psql -l command shows you database encoding. Client and server
encoding is possible get by the following commands:

SHOW client_encoding and SHOW server_encoding


        Zdenek

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

Предыдущее
От: "pierce"
Дата:
Сообщение: ERROR: permission denied for schema pg_catalog
Следующее
От: "Murali Doss"
Дата:
Сообщение: Re: BUG #3394: Partial search not working