Re: Requiring pass and database psql shell command - Mailing list pgsql-general

From David G. Johnston
Subject Re: Requiring pass and database psql shell command
Date
Msg-id CAKFQuwZfLK8K9M80YW_awa9FBqQV6PkGGcbsnrUQuW6cRS75aw@mail.gmail.com
Whole thread Raw
In response to Requiring pass and database psql shell command  (Łukasz Jarych <jaryszek@gmail.com>)
List pgsql-general
On Mon, Mar 5, 2018 at 5:55 AM, Łukasz Jarych <jaryszek@gmail.com> wrote:
Hi Guys,

do you have also problem that every time you have to log into your database using shell and psql?

I have to write over and over localhost, username, password...how to force shell to remember this?


​Use a service file.​

psql "service=mydb" -c "SELECT 1;"


I also, for scripts, simply define a function at the top of the script psql_* and invoke that function instead of psql directly.

I use .pgpass for passwords

David J.

pgsql-general by date:

Previous
From: Martin Moore
Date:
Subject: Re: What is wrong with my pgadmin?
Next
From: Pavel Stehule
Date:
Subject: Re: psql variables in the DO command