[Lada-commits] [PATCH 1 of 3] Remove PostgreSQL 9.5-specific client parameter
Wald Commits
scm-commit at wald.intevation.org
Fri Apr 8 11:21:57 CEST 2016
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1460106614 -7200
# Node ID 8c61587f7a7bb9888bfc9ad3229764ae4ed92ebc
# Parent 2f6781557bea7c145b182cfe8fffed59a662089a
Remove PostgreSQL 9.5-specific client parameter.
It has no effect for superusers and we need to be superuser because
we DISABLE TRIGGER ALL anyway.
diff -r 2f6781557bea -r 8c61587f7a7b db_schema/lada_data.sql
--- a/db_schema/lada_data.sql Thu Apr 07 15:56:14 2016 +0200
+++ b/db_schema/lada_data.sql Fri Apr 08 11:10:14 2016 +0200
@@ -13,7 +13,6 @@
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
-SET row_security = off;
SET search_path = land, pg_catalog;
diff -r 2f6781557bea -r 8c61587f7a7b db_schema/stammdaten_data.sql
--- a/db_schema/stammdaten_data.sql Thu Apr 07 15:56:14 2016 +0200
+++ b/db_schema/stammdaten_data.sql Fri Apr 08 11:10:14 2016 +0200
@@ -13,7 +13,6 @@
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;
-SET row_security = off;
SET search_path = stammdaten, pg_catalog;
More information about the Lada-commits
mailing list