Re: Can LIKE under utf8 use INDEXes?

Поиск
Список
Период
Сортировка
От Andreas Wenk
Тема Re: Can LIKE under utf8 use INDEXes?
Дата
Msg-id 4A679695.8070903@netzmeister-st-pauli.de
обсуждение исходный текст
Ответ на Re: Can LIKE under utf8 use INDEXes?  (Robert James <srobertjames@gmail.com>)
Ответы Re: Can LIKE under utf8 use INDEXes?
Список pgsql-general
Robert James wrote:
> Thank you, Tom.  I guess I'm a bit confused about things here.  How can
> I find the locale of my database? (I wasn't able to find this in the docs).
> If I do have the locale set to 'C', do I loose anything by using utf8
> for all text fields?

use psql:

postgres=# \l+
                         List of databases
       Name      |   Owner   | Encoding |  Collation  |    Ctype    |
----------------+-----------+----------+-------------+-------------+
  postgres       | postgres  | UTF8     | en_US.UTF-8 | en_US.UTF-8 |


output shortend ;-)

Cheers

Andy





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

Предыдущее
От: Sam Mason
Дата:
Сообщение: Re: How would I get information regarding update when running for a long time?
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Best way to import data in postgresl (not "COPY")