From: Peter Eisentraut Date: Sat, 11 Jul 2020 11:47:29 +0000 (+0200) Subject: doc: Add link from pg_dump --encoding to supported encodings X-Git-Tag: REL_14_BETA1~2002 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64fe120b57c6a928a527880476e9882b9bf7ae8a;p=thirdparty%2Fpostgresql.git doc: Add link from pg_dump --encoding to supported encodings Reported-by: Lee Dong Wook --- 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 PGCLIENTENCODING environment - variable to the desired dump encoding.) + variable to the desired dump encoding.) The supported encodings are + described in .