comparison db_schema/stammdaten_data.sql @ 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 51051e85348f
children 175c89b3550a
comparison
equal deleted inserted replaced
909:2f6781557bea 910:8c61587f7a7b
11 SET lock_timeout = 0; 11 SET lock_timeout = 0;
12 SET client_encoding = 'UTF8'; 12 SET client_encoding = 'UTF8';
13 SET standard_conforming_strings = on; 13 SET standard_conforming_strings = on;
14 SET check_function_bodies = false; 14 SET check_function_bodies = false;
15 SET client_min_messages = warning; 15 SET client_min_messages = warning;
16 SET row_security = off;
17 16
18 SET search_path = stammdaten, pg_catalog; 17 SET search_path = stammdaten, pg_catalog;
19 18
20 -- 19 --
21 -- TOC entry 4694 (class 0 OID 535751) 20 -- TOC entry 4694 (class 0 OID 535751)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)