diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 1999-07-11 22:47:21 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 1999-07-11 22:47:21 +0000 |
commit | 8f02f2252dfd6724058a60ac9fd619030dc2ec70 (patch) | |
tree | c45b0df7606acd45d4a15c16b66246187dabc5dc /src/bin/psql/psqlHelp.h | |
parent | 2859bde10913145924f8f16c6de3149e05187a1a (diff) | |
download | postgresql-8f02f2252dfd6724058a60ac9fd619030dc2ec70.tar.gz postgresql-8f02f2252dfd6724058a60ac9fd619030dc2ec70.zip |
Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal)
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 f0789f553a1..63540a79987 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.71 1999/06/17 15:15:51 momjian Exp $ + * $Id: psqlHelp.h,v 1.72 1999/07/11 22:47:21 ishii Exp $ * *------------------------------------------------------------------------- */ @@ -333,7 +333,7 @@ TIMEZONE|XACTISOLEVEL|CLIENT_ENCODING|SERVER_ENCODING"}, \tSET TRANSACTION ISOLATION LEVEL 'SERIALIZABLE'|'READ COMMITTED'\n\ \tSET CLIENT_ENCODING|NAMES TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\ \t 'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|\n\ -\t 'KOI8|'WIN'|'ALT'\n\ +\t 'KOI8|'WIN'|'ALT'|'WIN1250'\n\ \tSET SERVER_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|\n\ \t 'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|\n\ \t 'KOI8|'WIN'|'ALT'"}, |