comparison db_schema/stammdaten_data_deskriptor_umwelt.sql @ 1322:3fe0b22ebabe release-2.5

remove postgres 9.6 option
author Michael Stanko <mstanko@bfs.de>
date Thu, 23 Mar 2017 12:04:06 +0100
parents f012a6240d76
children
comparison
equal deleted inserted replaced
1321:f012a6240d76 1322:3fe0b22ebabe
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 -- Data for Name: deskriptor_umwelt; Type: TABLE DATA; Schema: stammdaten; Owner: postgres 20 -- Data for Name: deskriptor_umwelt; Type: TABLE DATA; Schema: stammdaten; Owner: postgres
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)