From f536d4194293f900577c728bfa4e62075a4c7da0 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 15 Apr 2011 08:42:05 +0300 Subject: 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. --- doc/src/sgml/regress.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 You can also choose the database encoding explicitly by setting - the variable MULTIBYTE, for example: + the variable ENCODING, for example: -gmake check LANG=C MULTIBYTE=EUC_JP +gmake check LANG=C ENCODING=EUC_JP Setting the database encoding this way typically only makes sense if the locale is C; otherwise the encoding is chosen automatically -- cgit v1.2.3