# HG changeset patch # User Tom Gottfried # Date 1462530295 -7200 # Node ID 807626952aa8de7310377ec88bdc66c2746f5bad # Parent 4d8b8c8499359e244b7ac4e6b125e8d189200ec0 Remove PostgreSQL 9.5-specific client parameter (again). diff -r 4d8b8c849935 -r 807626952aa8 db_schema/lada_data.sql --- 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;