Index: dbdimp.c
===================================================================
RCS file: /usr/local/cvsroot/dbdpg/dbdpg/dbdimp.c,v
retrieving revision 1.14
diff -c -r1.14 dbdimp.c
*** dbdimp.c	11 Mar 2003 15:06:17 -0000	1.14
--- dbdimp.c	21 Mar 2003 15:16:15 -0000
***************
*** 820,826 ****
  static int pg_sql_needquote (sql_type)
      int sql_type;
  {
!     if (sql_type > 1000 || sql_type == 17 ) { 
          return 1;
      }
      return 0;
--- 820,826 ----
  static int pg_sql_needquote (sql_type)
      int sql_type;
  {
!     if (sql_type > 1000 || sql_type == 17 || sql_type == 25 ) { 
          return 1;
      }
      return 0;
