Skip to content

Commit e1a22d5

Browse files
committed
Add KOI8/WIN/ALT to set client_encoding command help
1 parent 494b82b commit e1a22d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: psqlHelp.h,v 1.60 1999/03/19 02:41:36 momjian Exp $
8+
* $Id: psqlHelp.h,v 1.61 1999/03/24 06:57:20 ishii Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -330,7 +330,7 @@ static struct _helpStruct QL_HELP[] = {
330330
set GEQO TO 'ON[=#]'|'OFF'\n\
331331
set R_PLANS TO 'ON'|'OFF'\n\
332332
set QUERY_LIMIT TO #\n\
333-
set CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'"},
333+
set CLIENT_ENCODING TO 'EUC_JP'|'SJIS'|'EUC_CN'|'EUC_KR'|'EUC_TW'|'BIG5'|'MULE_INTERNAL'|'LATIN1'|'LATIN2'|'LATIN3'|'LATIN4'|'LATIN5'|'KOI8|'WIN'|'ALT'"},
334334
#else
335335
"\
336336
\tSET DateStyle TO 'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'\n\

0 commit comments

Comments
 (0)