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