diff db_schema/lada_data.sql @ 935:807626952aa8

Remove PostgreSQL 9.5-specific client parameter (again).
author Tom Gottfried <tom@intevation.de>
date Fri, 06 May 2016 12:24:55 +0200
parents 56d2dd058906
children ce1ec3cbde54 f51a9cf1d52c
line wrap: on
line diff
--- a/db_schema/lada_data.sql	Fri May 06 12:22:13 2016 +0200
+++ b/db_schema/lada_data.sql	Fri May 06 12:24:55 2016 +0200
@@ -15,7 +15,6 @@
 SET standard_conforming_strings = on;
 SET check_function_bodies = false;
 SET client_min_messages = warning;
-SET row_security = off;
 
 SET search_path = land, pg_catalog;
 
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)