Thread

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

    PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2000-10-12T08:10:34Z

    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
    
    
    
  2. Re: psql: ERROR: MultiByte strings (MB) must be enabled to use this function

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 2000-10-16T15:03:13Z

    > 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