2

See https://stackoverflow.com/a/20722229/470749

It's very common for server connections to be specified in just one URI, which is more convenient than needing to type out a bunch of values into separate form fields like this:

server connection form

  1. How can I create a new server connection in pgAdmin 4 by pasting a PostgreSQL connection string (URI)?

E.g. postgres://public_readonly:[email protected]/testnet_explorer from https://github.com/near/near-indexer-for-explorer

  1. If I've already defined a server connection in pgAdmin 4, how can I export (copy to clipboard) its connection string (URI)?

0

You must log in to answer this question.

Browse other questions tagged .