I can connect to Heroku with psql passing a URI as generated by http://api.postgression.com:
psql
$ psql postgres://hcnkrxukvhqiww:LryFxzcmlBoYtGtXPsvlA8H9sI@ec2-107-21-93-97.compute-1.amazonaws.com:5432/dearu2qcqcmi7t
I want to do the same with pgAdmin:
$ pgadmin3 -qc postgres://hcnkrxukvhqiww:LryFxzcmlBoYtGtXPsvlA8H9sI@ec2-107-21-93-97.compute-1.amazonaws.com:5432/dearu2qcqcmi7tbut I get the error message:
$ pgadmin3 -qc postgres://hcnkrxukvhqiww:LryFxzcmlBoYtGtXPsvlA8H9sI@ec2-107-21-93-97.compute-1.amazonaws.com:5432/dearu2qcqcmi7t
Unknown token in connection string: <the passed string>
Is it possible to pass a URI as parameter to pgAdmin? Fedora 21, pgadmin3_94.x86_64 1.20.0-2.f21 from pgdg-94-fedora.repo
Regards, Clodoaldo
Соглашаюсь с условиями обработки персональных данных