From: Peter Eisentraut Date: Sun, 20 Feb 2000 14:29:21 +0000 (+0000) Subject: Forgot to include the documentation for \encoding ... X-Git-Tag: REL7_0~591 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd8e071482e3c33876295aae5523fe57ce35025b;p=thirdparty%2Fpostgresql.git Forgot to include the documentation for \encoding ... --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 78cfaf73097..f76d212c1e0 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