mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add KOI8/WIN/ALT to set client_encoding command help
This commit is contained in:
parent
494b82b718
commit
e1a22d5e84
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: psqlHelp.h,v 1.60 1999/03/19 02:41:36 momjian Exp $
|
* $Id: psqlHelp.h,v 1.61 1999/03/24 06:57:20 ishii Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -330,7 +330,7 @@ static struct _helpStruct QL_HELP[] = {
|
|||||||
set GEQO TO 'ON[=#]'|'OFF'\n\
|
set GEQO TO 'ON[=#]'|'OFF'\n\
|
||||||
set R_PLANS TO 'ON'|'OFF'\n\
|
set R_PLANS TO 'ON'|'OFF'\n\
|
||||||
set QUERY_LIMIT TO #\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
|
#else
|
||||||
"\
|
"\
|
||||||
\tSET DateStyle TO 'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'\n\
|
\tSET DateStyle TO 'ISO'|'SQL'|'Postgres'|'European'|'US'|'NonEuropean'\n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user