Re: pgpass.conf

From: Dave Page <dpage(at)postgresql(dot)org>
To: Ashish Karalkar <ashish(dot)karalkar(at)info-spectrum(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgpass.conf
Date: 2007-07-10 10:55:44
Message-ID: 469365B0.8070209@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support 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

In response to

  • pgpass.conf at 2007-07-10 07:47:21 from Ashish Karalkar

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Ashish Karalkar 2007-07-10 11:04:56 Re: pgpass.conf
Previous Message Raymond O'Donnell 2007-07-10 10:40:18 Re: pgpass.conf

Browse pgsql-general by date

  From Date Subject
Next Message Ashish Karalkar 2007-07-10 11:04:56 Re: pgpass.conf
Previous Message Raymond O'Donnell 2007-07-10 10:40:18 Re: pgpass.conf