mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Make PG initialization scripts work with PostgreSQL 9.1
- Remove lock_timeout setting See https://travis-ci.org/qgis/QGIS/jobs/109844438#L942 - Remove CREATE SCHEMA IF NOT EXISTS See https://travis-ci.org/qgis/QGIS/jobs/109891682#L1016
This commit is contained in:
parent
3e550e29a0
commit
034b5c0be5
2
tests/testdata/provider/testdata_pg.sql
vendored
2
tests/testdata/provider/testdata_pg.sql
vendored
@ -7,7 +7,7 @@
|
||||
-- Started on 2015-05-21 09:37:33 CEST
|
||||
|
||||
SET statement_timeout = 0;
|
||||
SET lock_timeout = 0;
|
||||
-- SET lock_timeout = 0;
|
||||
SET client_encoding = 'UTF8';
|
||||
SET standard_conforming_strings = on;
|
||||
SET check_function_bodies = false;
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
CREATE SCHEMA IF NOT EXISTS qgis_test;
|
||||
--CREATE SCHEMA IF NOT EXISTS qgis_test;
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS qgis_test.table_a;
|
||||
|
Loading…
x
Reference in New Issue
Block a user