Skip to content

Instantly share code, notes, and snippets.

@yhsiang
Created August 15, 2013 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yhsiang/6238803 to your computer and use it in GitHub Desktop.
Save yhsiang/6238803 to your computer and use it in GitHub Desktop.
psql -v ON_ERROR_STOP=1 -f demo.sql liquid_feedback
Yuans-MacBook-Pro:liquid_feedback_core yhsiang$ psql -v ON_ERROR_STOP=1 -f demo.sql liquid_feedback
BEGIN
INSERT 0 1
psql:demo.sql:11: ERROR: null value in column "polling" violates not-null constraint
DETAIL: Failing row contains (null, 01:00:00, 6, 1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment