diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-02-02 18:51:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-02-02 18:51:40 +0000 |
commit | a7ad43cd18ebadf8c3d9cb117ff82ff4077a2986 (patch) | |
tree | a8eb845cbea1db7a0a4917063a465f64f272326a /src/bin/psql/psqlHelp.h | |
parent | 8358a8f6a0cd5700c1aa60f75023f957e8535c83 (diff) |
Included patches make some enhancements to the multi-byte support.
o allow to use Big5 (a Chinese encoding used in Taiwan) as a client
encoding. In this case the server side encoding should be EUC_TW
o add EUC_TW and Big5 test cases to the regression and the mb test
(contributed by Jonah Kuo)
o fix mistake in include/mb/pg_wchar.h. An encoding id for EUC_TW was
not correct (was 3 and now is 4)
o update documents (doc/README.mb and README.mb.jp)
o update psql helpfile (bin/psql/psqlHelp.h)
--
Tatsuo Ishii
t-ishii@sra.co.jp
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index ab0696d1ae4..570f0226e34 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psqlHelp.h,v 1.57 1999/02/02 18:41:17 momjian Exp $ + * $Id: psqlHelp.h,v 1.58 1999/02/02 18:51:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -330,7 +330,7 @@ static struct _helpStruct QL_HELP[] = { set GEQO TO 'ON[=#]'|'OFF'\n\ set R_PLANS TO 'ON'|'OFF'\n\ set QUERY_LIMIT TO #\n\ -set CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'"}, +set CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'"}, #else "\ \tSET DateStyle TO 'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'\n\ |