On Wed, Feb 14, 2018 at 9:03 PM, David G. Johnston <
david.g.johns...@gmail.com> wrote:
> On Wed, Feb 14, 2018 at 8:21 AM, Abhra Kar wrote:
>
>> Hi,
>>
>> I want to get postgres connection in script file. I am executing
>> below command and successfully getting connected ---
>>
>>
>> psql p
On Wed, Feb 14, 2018 at 8:21 AM, Abhra Kar wrote:
> Hi,
>
> I want to get postgres connection in script file. I am executing
> below command and successfully getting connected ---
>
>
> psql postgresql://$USER:$PASSWORD@$HOST/$DATABASE <
>
>
If all you are going to do is substitute environm
Am 14.02.2018 um 16:21 schrieb Abhra Kar:
Hi,
I want to get postgres connection in script file. I am executing
below command and successfully getting connected ---
psql postgresql://$USER:$PASSWORD@$HOST/$DATABASE
Hi,
I want to get postgres connection in script file. I am executing
below command and successfully getting connected ---
psql postgresql://$USER:$PASSWORD@$HOST/$DATABASE <