changeset 995:c21d2e3c988a schema-update

Removed obsolete search_path statements.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 01 Jul 2016 18:00:29 +0200
parents 5886384dcb92
children f77a9e85b122
files db_schema/lada_schema.sql
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/db_schema/lada_schema.sql	Fri Jul 01 17:59:24 2016 +0200
+++ b/db_schema/lada_schema.sql	Fri Jul 01 18:00:29 2016 +0200
@@ -451,8 +451,6 @@
 ALTER TABLE ONLY status_protokoll ALTER COLUMN datum SET DEFAULT now();
 
 
-SET search_path = land, pg_catalog;
-
 --
 -- Name: datum; Type: DEFAULT; Schema: land; Owner: -
 --
@@ -603,8 +601,6 @@
     ADD CONSTRAINT zusatz_wert_probe_id_pzs_id_key UNIQUE (probe_id, pzs_id);
 
 
-SET search_path = land, pg_catalog;
-
 --
 -- Name: messung_probe_id_idx; Type: INDEX; Schema: land; Owner: -; Tablespace:
 --
@@ -633,8 +629,6 @@
 CREATE TRIGGER tree_timestamp_status BEFORE UPDATE ON status_protokoll FOR EACH ROW EXECUTE PROCEDURE update_time_status();
 
 
-SET search_path = land, pg_catalog;
-
 --
 -- Name: tree_timestamp_messung; Type: TRIGGER; Schema: land; Owner: -
 --
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)