[Lada-commits] [PATCH] remove postgres 9.6 option
Wald Commits
scm-commit at wald.intevation.org
Thu Mar 23 12:04:14 CET 2017
# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1490267046 -3600
# Branch release-2.5
# Node ID 3fe0b22ebabe575e1cd2226df38e8179b5c14800
# Parent f012a6240d764524df32666af039ad5867b9f3f2
remove postgres 9.6 option
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_deskriptor_umwelt.sql
--- a/db_schema/stammdaten_data_deskriptor_umwelt.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_deskriptor_umwelt.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_deskriptoren.sql
--- a/db_schema/stammdaten_data_deskriptoren.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_deskriptoren.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_mess_stelle.sql
--- a/db_schema/stammdaten_data_mess_stelle.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_mess_stelle.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_messgroesse.sql
--- a/db_schema/stammdaten_data_messgroesse.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_messgroesse.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_ortszusatz.sql
--- a/db_schema/stammdaten_data_ortszusatz.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_ortszusatz.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_query.sql
--- a/db_schema/stammdaten_data_query.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_query.sql Thu Mar 23 12:04:06 2017 +0100
@@ -12,7 +12,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;
diff -r f012a6240d76 -r 3fe0b22ebabe db_schema/stammdaten_data_staat.sql
--- a/db_schema/stammdaten_data_staat.sql Thu Mar 23 11:57:06 2017 +0100
+++ b/db_schema/stammdaten_data_staat.sql Thu Mar 23 12:04:06 2017 +0100
@@ -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