Fix for postgres 8.1

This commit is contained in:
sparkyx 2007-10-29 18:52:53 +00:00
parent 2b4d24631e
commit 245b6dd375
3 changed files with 21 additions and 26 deletions

View file

@ -1,9 +1,6 @@
SET client_encoding = 'LATIN1';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;
SET search_path = public, pg_catalog;

View file

@ -1,9 +1,6 @@
SET client_encoding = 'LATIN1';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;
SET search_path = public, pg_catalog;