We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b1631 commit af4e61cCopy full SHA for af4e61c
populate.sh
@@ -1,2 +1,3 @@
1
#!/bin/bash
2
-psql -hlocalhost -p5432 -Upostgres -d passive_ssl -f passivessl.sql
+# Set PGPASSWORD first
3
+psql -hlocalhost -p5432 -Upostgres -d p2 -f passivessl.sql
0 commit comments