Skip to content

Commit

Permalink
Merge pull request #5412 from hypothesis/enable-psql-expanded-output
Browse files Browse the repository at this point in the history
Enable psql expanded output in `make sql`
  • Loading branch information
robertknight committed Nov 14, 2018
2 parents 9be1b98 + 794033a commit 711ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ shell:

.PHONY: sql
sql:
docker-compose exec postgres psql -U postgres
docker-compose exec postgres psql --pset expanded=auto -U postgres

.PHONY: lint
lint:
Expand Down

0 comments on commit 711ac61

Please sign in to comment.