Search Postgresql Archives

character encoding of the postgres database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux