pub fn run_psql_command( superuser_url: &Url, database: &str, sql: &str, ) -> Result<(), Error>
Executes SQL using psql with the given connection parameters.