]> granicus.if.org Git - postgresql/commit
Add a new function "pg_client_encoding" which returns the current client
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 12 Oct 2001 02:08:34 +0000 (02:08 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 12 Oct 2001 02:08:34 +0000 (02:08 +0000)
commitf426465ba911051fa9fce57c7c4b49350e9dbbd3
tree29eabd6b837d08d0eb67ca81fd41b26df7b16b7e
parent9d13fcf0af024b0ce9bc344a758c6b4072e50e95
Add a new function "pg_client_encoding" which returns the current client
side encoding name. This is necessary for client API's such as JDBC
to perform correct encoding conversions. See my email "[HACKERS]
pg_client_encoding" 10 Sep 2001.
doc/src/sgml/func.sgml
src/backend/utils/init/miscinit.c
src/backend/utils/mb/mbutils.c
src/include/catalog/pg_proc.h