diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 1999-03-24 06:57:20 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 1999-03-24 06:57:20 +0000 |
commit | e1a22d5e8442dbcf55b522f87f59334978c0619d (patch) | |
tree | 42847c2b96f7417ea18d6f63bcc0230e793859cf /src | |
parent | 494b82b718fd0227026552fd1715a7930309de78 (diff) | |
download | postgresql-e1a22d5e8442dbcf55b522f87f59334978c0619d.tar.gz postgresql-e1a22d5e8442dbcf55b522f87f59334978c0619d.zip |
Add KOI8/WIN/ALT to set client_encoding command help
Diffstat (limited to 'src')
-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 611716c4bb6..461c2df7007 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.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 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\ |