Mercurial > lada > lada-server
comparison db_schema/lada_schema.sql @ 797:e15c981fe310
Do not create database objects in case of erroneous definitions.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 19 Nov 2015 11:45:00 +0100 |
parents | 1cf168a038c9 |
children | 84cc23ab49f7 |
comparison
equal
deleted
inserted
replaced
796:385fab3be7f4 | 797:e15c981fe310 |
---|---|
1 \set ON_ERROR_STOP on | |
2 | |
3 BEGIN; | |
4 | |
1 -- | 5 -- |
2 -- PostgreSQL database dump | 6 -- PostgreSQL database dump |
3 -- | 7 -- |
4 | 8 |
5 SET statement_timeout = 0; | 9 SET statement_timeout = 0; |
3301 | 3305 |
3302 -- | 3306 -- |
3303 -- PostgreSQL database dump complete | 3307 -- PostgreSQL database dump complete |
3304 -- | 3308 -- |
3305 | 3309 |
3310 COMMIT; |