From bd8e071482e3c33876295aae5523fe57ce35025b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 20 Feb 2000 14:29:21 +0000 Subject: [PATCH] Forgot to include the documentation for \encoding ... --- doc/src/sgml/ref/psql-ref.sgml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 78cfaf7309..f76d212c1e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -535,6 +535,18 @@ Tue Oct 26 21:40:57 CEST 1999 + + \encoding [ encoding ] + + + + Sets the client encoding, if you are using multibyte encodings. + Without an argument, this command shows the current encoding. + + + + + \f [ string ] @@ -1657,6 +1669,17 @@ bar + + ENCODING + + + The current client multibyte encoding. If you are not set up to use + multibyte characters, this variable will always contain + SQL_ASCII. + + + + HISTCONTROL