From 1e5a219c22c6d00d5a2f59c3bf7d578d1785dfd9 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 24 Mar 1999 06:57:20 +0000 Subject: [PATCH] Add KOI8/WIN/ALT to set client_encoding command help --- src/bin/psql/psqlHelp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index 3cffbe0b5e..a2dbb169ac 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -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'|'BIG5'|'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'|'KOI8|'WIN'|'ALT'"}, #else "\ \tSET DateStyle TO 'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'\n\ -- 2.39.5