Re: psql show me the : and ask user input, when running one sql file

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Tim Clarke <tim(dot)clarke(at)minerva(dot)info>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: psql show me the : and ask user input, when running one sql file
Date: 2020-04-05 14:51:04
Message-ID: CAKFQuwYQE_Fjh3j9ZHVKE6ABm5qDm1Ho6_EQCaHjv2uTa-JKCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Apr 5, 2020 at 7:47 AM Tim Clarke <tim(dot)clarke(at)minerva(dot)info> 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:

https://www.postgresql.org/docs/12/libpq-connect.html#LIBPQ-CONNSTRING

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2020-04-05 15:57:36 Re: Using compression on TCP transfer
Previous Message Rob Sargent 2020-04-05 14:36:25 Re: psql show me the : and ask user input, when running one sql file