Mercurial > lada > lada-server
changeset 910:8c61587f7a7b
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.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 08 Apr 2016 11:10:14 +0200 |
parents | 2f6781557bea |
children | 175c89b3550a |
files | db_schema/lada_data.sql db_schema/stammdaten_data.sql |
diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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;