Fix for postgres 8.1
This commit is contained in:
parent
2b4d24631e
commit
245b6dd375
3 changed files with 21 additions and 26 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue