Skip to content

Commit

Permalink
stop specifying a postgres user in install scripts....
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed Mar 27, 2017
1 parent 5b16e59 commit aa54978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/002-filesystem/fs_fdw/install_fs_fdw.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip install . --upgrade
cat fs_fdw.sql | psql -a -U postgres aquameta 2>&1 | grep -B 2 -A 10 ERROR:
cat fs_fdw.sql | psql -a aquameta 2>&1 | grep -B 2 -A 10 ERROR:
exit 0

0 comments on commit aa54978

Please sign in to comment.