May 2018
Intermediate to advanced
576 pages
30h 25m
English
$ psql -f test.sql -v ON_ERROR_STOP=onpsql:test.sql:1: ERROR: syntax error at or near "mistake1"LINE 1: mistake1; ^
$ $EDITOR test.sql\set ON_ERROR_STOP onmistake1;mistake2;mistake3;
$ psql -f test.sql -v ON_ERROR_STOP