From 890ab97aa211dc6fe99ce54bc5522afd5d614081 Mon Sep 17 00:00:00 2001 From: Lee Dong Wook Date: Thu, 4 Jun 2020 21:54:33 +0900 Subject: [PATCH] pg_dump: Add example and link for --encoding option To let users know what kind of character set can be used add examples and a link to --encoding option. --- doc/src/sgml/ref/pg_dump.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 197b5c0d70..9915f35f14 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -226,6 +226,8 @@ PostgreSQL documentation 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.) + You can also use variable character set (i.e. UTF8, EUC_KR, EUC_JP, EUC_CN ... etc) + and you can see the all supported character set in PostgreSQL (see ) -- 2.23.0