Browse Source

postgresql 9.1 fix

Maurits van der Schee 7 years ago
parent
commit
0ab2747dc8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tests/blog_postgresql.sql

+ 0
- 1
tests/blog_postgresql.sql View File

3
 --
3
 --
4
 
4
 
5
 SET statement_timeout = 0;
5
 SET statement_timeout = 0;
6
-SET lock_timeout = 0;
7
 SET client_encoding = 'UTF8';
6
 SET client_encoding = 'UTF8';
8
 SET standard_conforming_strings = on;
7
 SET standard_conforming_strings = on;
9
 SET check_function_bodies = false;
8
 SET check_function_bodies = false;

Loading…
Cancel
Save