Mercurial > lada > lada-server
changeset 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 | 4d8b8c849935 |
children | f1142c2ed520 |
files | db_schema/lada_data.sql |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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;