Re: specifying a password on the cmd line for db connect - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: specifying a password on the cmd line for db connect
Date
Msg-id 4B01DAD6.4030105@iol.ie
Whole thread Raw
In response to specifying a password on the cmd line for db connect  ("Gauthier, Dave" <dave.gauthier@intel.com>)
Responses Re: specifying a password on the cmd line for db connect
List pgsql-general
On 16/11/2009 22:51, Gauthier, Dave wrote:
> Hi:
>
> Is there a way to require and specify a password at the cmd line for a connect?  At first glance...
>
> --username foo  --password fee
>
> would seem to be what I want.  But it just prompts me for a password (after interpreting "fee" as the DB name).

Hi there,

There are no options such as these....what you do instead is use a
pgpass file:

  http://www.postgresql.org/docs/8.4/static/libpq-pgpass.html

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: specifying a password on the cmd line for db connect
Next
From: Raymond O'Donnell
Date:
Subject: Re: specifying a password on the cmd line for db connect