On Sun, Apr 5, 2020 at 7:47 AM Tim Clarke <tim.clarke@xxxxxxxxxxxx> wrote:
Your first argument is a JDBC connection string (see here
https://jdbc.postgresql.org/documentation/80/connect.html). To provide
the details when using the command line psql command, use the -h, -p and
-U parameters (https://www.postgresql.org/docs/12/app-psql.html)
libpq understands URI connection strings:
David J.