postgresql 9.1 fix

This commit is contained in:
Maurits van der Schee 2016-12-19 22:34:17 +01:00 committed by GitHub
commit 0ab2747dc8

View file

@ -3,7 +3,6 @@
--
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;