# HG changeset patch # User Tom Gottfried # 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;