[GENERAL] character encoding of the postgres database

Поиск
Список
Период
Сортировка
От Sandeep Gupta
Тема [GENERAL] character encoding of the postgres database
Дата
Msg-id CAAywg7u-Pi3D1TUsSsyHEQcZ6bAT9KALxVKE5qECRQsnLy3X6A@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] character encoding of the postgres database
Re: [GENERAL] character encoding of the postgres database
Список pgsql-general
Currently, the postgres database by has SQL_ASCII encoding.

psql -p 5771 postgres -l
                            List of databases
   Name    |  Owner  | Encoding  | Collate | Ctype |  Access privileges
-----------+---------+-----------+---------+-------+---------------------
 postgres  | sandeep | SQL_ASCII | C       | C     |
 template0 | sandeep | SQL_ASCII | C       | C     | =c/sandeep         +
           |         |           |         |       | sandeep=CTc/sandeep
 template1 | sandeep | SQL_ASCII | C       | C     | =c/sandeep         +
           |         |           |         |       | sandeep=CTc/sandeep
(3 rows)

Is it possible to start the postgres database with UTF-8 encoding, instead
of modifying it later.

Thanks
sandeep


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

Предыдущее
От: Mathieu Fenniak
Дата:
Сообщение: Re: [GENERAL] Logical decoding CPU-bound w/ large number of tables
Следующее
От: Brian Dunavant
Дата:
Сообщение: Re: [GENERAL] Select from tableA - if not exists then tableB