Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    cb7cbc16
    Hi, here are the patches to enhance existing MB handling. This time · cb7cbc16
    Bruce Momjian authored
    I have implemented a framework of encoding translation between the
    backend and the frontend. Also I have added a new variable setting
    command:
    
    SET CLIENT_ENCODING TO 'encoding';
    
    Other features include:
    	Latin1 support more 8 bit cleaness
    
    See doc/README.mb for more details. Note that the pacthes are
    against May 30 snapshot.
    
    Tatsuo Ishii
    cb7cbc16
    History
    Hi, here are the patches to enhance existing MB handling. This time
    Bruce Momjian authored
    I have implemented a framework of encoding translation between the
    backend and the frontend. Also I have added a new variable setting
    command:
    
    SET CLIENT_ENCODING TO 'encoding';
    
    Other features include:
    	Latin1 support more 8 bit cleaness
    
    See doc/README.mb for more details. Note that the pacthes are
    against May 30 snapshot.
    
    Tatsuo Ishii