Re: pgpass.conf - Mailing list pgsql-general

From Dave Page
Subject Re: pgpass.conf
Date
Msg-id 469365B0.8070209@postgresql.org
Whole thread Raw
In response to pgpass.conf  ("Ashish Karalkar" <ashish.karalkar@info-spectrum.com>)
List pgsql-general
Ashish Karalkar wrote:
> Hello All,
>
> I am trying tu run a script to create database from a batch programme
> and dont want to supply password everytime.
> So i tried to setup pgpass.conf file.
> File is kept in user profile/application data
> i.e
> C:\Documents and Settings\postgres\Application Data\postgresql\pgpass.conf
>
> file contains:
>
> localhost:5432 :*:postgres:mypass
> localhost:5432:qsweb:qsweb:mypass1
>
> Still the batch asks for the password.!!!
>  I am just not getting why its not reading password from pgpass file.
>
> can anyone please figure out what is going wrong.

Under what user account is the batch file being run? The pgpass.conf
file needs to be under *that* user account, which is not necessarily the
one that the postgresql server runs under.

Regards, Dave

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: pgpass.conf
Next
From: "Ashish Karalkar"
Date:
Subject: Re: pgpass.conf