Closed nickzoic closed 6 months ago
Fixes two issues with the Postgres database class:
load_from_remote
psql -W password
Fixes two issues with the Postgres database class:
load_from_remote
wasn't very helpful, printing the return code rather than the system_call string.psql -W password
doesn't work that way, so I've changed it to always use the connection url when calling out to psql and pg_dump.