Re: [BUGS] BUG #1328: psql don't accept some valid PGCLIENTENCODING values

2004-11-24 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > With PGCLIENTENCODING=KOI8 and server encoding UNICODE > psql do not starts and print this message: > psql: FATAL: invalid value for parameter "client_encoding": "KOI8" Found the problem ... it's something I broke last week :-(. It's fixed n

Re: [BUGS] BUG #1328: psql don't accept some valid PGCLIENTENCODING values

2004-11-24 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > With PGCLIENTENCODING=KOI8 and server encoding UNICODE > psql do not starts and print this message: > psql: FATAL: invalid value for parameter "client_encoding": "KOI8" Odd ... it Works For Me: $ PGCLIENTENCODING=KOI8 psql regression Welcom