Mercurial > lada > lada-server
comparison 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 |
comparison
equal
deleted
inserted
replaced
934:4d8b8c849935 | 935:807626952aa8 |
---|---|
13 SET lock_timeout = 0; | 13 SET lock_timeout = 0; |
14 SET client_encoding = 'UTF8'; | 14 SET client_encoding = 'UTF8'; |
15 SET standard_conforming_strings = on; | 15 SET standard_conforming_strings = on; |
16 SET check_function_bodies = false; | 16 SET check_function_bodies = false; |
17 SET client_min_messages = warning; | 17 SET client_min_messages = warning; |
18 SET row_security = off; | |
19 | 18 |
20 SET search_path = land, pg_catalog; | 19 SET search_path = land, pg_catalog; |
21 | 20 |
22 -- | 21 -- |
23 -- TOC entry 4692 (class 0 OID 1170850) | 22 -- TOC entry 4692 (class 0 OID 1170850) |