Project

General

Profile

« Previous | Next » 

Revision 9647

bugfix: lib/sh/db.sh: psql(): added missing `--set ON_ERROR_STOP=1 --quiet` opts from psql_script_vegbien

View differences:

lib/sh/db.sh
231 231
EOF
232 232
		fi
233 233
		cat
234
	)|cmd_log_fd=1 command psql --file /dev/fd/10 --output /dev/fd/13 "$@"
234
	)|cmd_log_fd=1 command psql --file /dev/fd/10 --output /dev/fd/13 \
235
--set ON_ERROR_STOP=1 --quiet "$@"
235 236
		# --output is for query *results*, not echoed statements
236 237
}
237 238

  

Also available in: Unified diff