Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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
- Loading branch information
Sandro Santilli
committed
Feb 17, 2016
1 parent
3e550e2
commit 034b5c0be5703e1e039476ba0b4932cc1da7db23
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||