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