Diff for /sql/pgsql/parser3pgsql.C between versions 1.27 and 1.28

version 1.27, 2007/01/29 10:22:45 version 1.28, 2007/10/25 17:08:41
Line 5 Line 5
   
         Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)          Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
   
         2001.07.30 using PgSQL 7.1.2          2007.10.25 using PgSQL 8.1.5
 */  */
 static const char *RCSId="$Id$";   static const char *RCSId="$Id$"; 
   
Line 167  public: Line 167  public:
                         }                          }
                 }                  }
   
                 if(connection.cstrClientCharset && cstrBackwardCompAskServerToTranscode)                  // if(connection.cstrClientCharset && cstrBackwardCompAskServerToTranscode)
                         services._throw("use 'ClientCharset' option only, "                  //      services._throw("use 'ClientCharset' option only, "
                                 "'charset' option is obsolete and should not be used with new 'ClientCharset' option");                  //              "'charset' option is obsolete and should not be used with new 'ClientCharset' option");
   
                 if(cstrBackwardCompAskServerToTranscode) {                  if(cstrBackwardCompAskServerToTranscode) {
                         // set CLIENT_ENCODING                          // set CLIENT_ENCODING

Removed from v.1.27  
changed lines
  Added in v.1.28


E-mail: