aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-04-15 08:42:05 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-04-15 08:42:05 +0300
commitf536d4194293f900577c728bfa4e62075a4c7da0 (patch)
tree4fb99846394d5cd65257f23e3f6d6e764b717e17 /doc/src
parent98eded936c1e81e6af5a4228ba3eb7b6352d6c91 (diff)
downloadpostgresql-f536d4194293f900577c728bfa4e62075a4c7da0.tar.gz
postgresql-f536d4194293f900577c728bfa4e62075a4c7da0.zip
Rename pg_regress option --multibyte to --encoding
Also refactor things a little bit so that the same methods for setting test locale and encoding can be used everywhere.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/regress.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index 6f5e2b1ab88..874d45615e2 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -221,9 +221,9 @@ gmake check LC_COLLATE=en_US.utf8 LC_CTYPE=fr_CA.utf8
<para>
You can also choose the database encoding explicitly by setting
- the variable <envar>MULTIBYTE</envar>, for example:
+ the variable <envar>ENCODING</envar>, for example:
<screen>
-gmake check LANG=C MULTIBYTE=EUC_JP
+gmake check LANG=C ENCODING=EUC_JP
</screen>
Setting the database encoding this way typically only makes sense
if the locale is C; otherwise the encoding is chosen automatically