[pgadmin-support] Unknown token in connection string

2015-03-02 Thread Clodoaldo Neto
When I try to pass the password in the connection string as in $ pgadmin3 -qc "dbname=my_db port=5432 user=me password=x" I get the error: Unknown token in connection string: password=x Fedora 21. What am I missing? Regards, Clodoaldo

[pgadmin-support] Pass a URI as a pgAdmin parameter

2015-02-27 Thread Clodoaldo Neto
I can connect to Heroku with psql passing a URI as generated by http://api.postgression.com: $ psql postgres://hcnkrxukvhqiww:lryfxzcmlboytgtxpsvla8h...@ec2-107-21-93-97.compute-1.amazonaws.com:5432/dearu2qcqcmi7t I want to do the same with pgAdmin: $ pgadmin3 -qc postgres://hcnkrxukvhqiww:lry