Thread: psql: ERROR: MultiByte strings (MB) must be enabled to use this function

psql: ERROR: MultiByte strings (MB) must be enabled to use this function

From
pgsql-bugs@postgresql.org
Date:
Martin Kuria (martinkuria@hotmail.com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
psql: ERROR: MultiByte strings (MB) must be enabled to use this function

Long Description
When I am trying to connect to my remote database kenyellow pages i.e.
psql -h colo.kenyaweb.com -p 5432 kenyellowpages, am getting this error

psql: ERROR: MultiByte strings (MB) must be enabled to use this function

What could be wrong, Please assist me

Thanks Again

Sample Code
psql -h colo.kenyaweb.com -p 5432 kenyellowpages

No file was uploaded with this report

Re: psql: ERROR: MultiByte strings (MB) must be enabled to use this function

From
Thomas Lockhart
Date:
> When I am trying to connect to my remote database kenyellow pages i.e.
> psql -h colo.kenyaweb.com -p 5432 kenyellowpages, am getting this error
> psql: ERROR: MultiByte strings (MB) must be enabled to use this function

I get this symptom when mixing a 7.0.x client with a 6.5.x server.

                  - Thomas