diff options
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 456e0ae0bd4..7a37fd80455 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -223,7 +223,8 @@ PostgreSQL documentation Create the dump in the specified character set encoding. By default, the dump is created in the database encoding. (Another way to get the same result is to set the <envar>PGCLIENTENCODING</envar> environment - variable to the desired dump encoding.) + variable to the desired dump encoding.) The supported encodings are + described in <xref linkend="multibyte-charset-supported"/>. </para> </listitem> </varlistentry> |