[Lada-commits] [PATCH] remove postgres 9.6 option

Wald Commits scm-commit at wald.intevation.org
Thu Mar 23 11:57:11 CET 2017


# HG changeset patch
# User Michael Stanko <mstanko at bfs.de>
# Date 1490266626 -3600
# Branch release-2.5
# Node ID f012a6240d764524df32666af039ad5867b9f3f2
# Parent  bfbbd390c9a85a8b2da44803d30c7247db14935d
remove postgres 9.6 option

diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_deskriptor_umwelt.sql
--- a/db_schema/stammdaten_data_deskriptor_umwelt.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_deskriptor_umwelt.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_deskriptoren.sql
--- a/db_schema/stammdaten_data_deskriptoren.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_deskriptoren.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_mess_stelle.sql
--- a/db_schema/stammdaten_data_mess_stelle.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_mess_stelle.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_messgroesse.sql
--- a/db_schema/stammdaten_data_messgroesse.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_messgroesse.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_ortszusatz.sql
--- a/db_schema/stammdaten_data_ortszusatz.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_ortszusatz.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_query.sql
--- a/db_schema/stammdaten_data_query.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_query.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -8,7 +8,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
diff -r bfbbd390c9a8 -r f012a6240d76 db_schema/stammdaten_data_staat.sql
--- a/db_schema/stammdaten_data_staat.sql	Thu Mar 23 11:27:36 2017 +0100
+++ b/db_schema/stammdaten_data_staat.sql	Thu Mar 23 11:57:06 2017 +0100
@@ -9,7 +9,6 @@
 
 SET statement_timeout = 0;
 SET lock_timeout = 0;
-SET idle_in_transaction_session_timeout = 0;
 SET client_encoding = 'UTF8';
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;


More information about the Lada-commits mailing list