Обсуждение: Pass a URI as a pgAdmin parameter

Поиск
Список
Период
Сортировка

Pass a URI as a pgAdmin parameter

От
Clodoaldo Neto
Дата:

I can connect to Heroku with psql passing a URI as generated by http://api.postgression.com:

$ 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/dearu2qcqcmi7t

but I get the error message:
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