lang - Search results
Mailing lists >> pgsql-sql >> Thread
2013-09-06 06:47:54 | Re: [NOVICE] Understanding Encoding (Beena Emerson)
LANG=ko_KR LC_ALL=ko_KR $ psql -d korean korean=# SHOW client_encoding; client
Mailing lists >> pgsql-sql >> Thread
2013-09-06 06:37:09 | Re: [NOVICE] Understanding Encoding (Amit Langote)
locale" to ko_KR; something like: LANG=ko_KR LC_ALL=ko_KR \ psql -d korean -- Amit Langote