Changes regarding standard_conforming_strings in postgres
[clsql.git] / sql / generic-postgresql.lisp
index 2464746f11c9b4a2de764487a88cc68c5089858f..9971e4ac066824b836a140b79ef3b2801f815780 100644 (file)
 
 (defmethod db-type-has-auto-increment? ((db-type (eql :postgresql)))
   t)
+
+(defmethod clsql-sys::database-escape-backslashes ((database generic-postgresql-database))
+  t)