stop on errors

main
Motiejus Jakštys 2021-05-19 22:57:47 +03:00 committed by Motiejus Jakštys
parent 4404518a12
commit 9f717f1e3a
1 changed files with 2 additions and 2 deletions

4
wm.sql
View File

@ -1,5 +1,5 @@
--\set ON_ERROR_STOP on
--SET plpgsql.extra_errors TO 'all';
\set ON_ERROR_STOP on
SET plpgsql.extra_errors TO 'all';
-- detect_bends detects bends using the inflection angles. No corrections.
drop function if exists detect_bends;