psql and pgpass.conf on Windows

From: pf(at)pfortin(dot)com
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: psql and pgpass.conf on Windows
Date: 2023-06-30 02:42:00
Message-ID: 20230629224200.080cc1a4.pfortin@pfortin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

Trying to write a script that will run on Linux, Windows, and Mac.

The "standard" credentials file contains:
hostname:port:database:username:password
in:
Linux: .pgpass
Windows: %APPDATA%\postgresql\pgpass.conf
Mac: (I'm not there yet...)

On Linux, this works. However, on Windows, psql will not read
pgpass.conf (tried in just about every location I could think of)

Even: "set PGPASSFILE=<path to file>" does not work.

Finally, out of frustration, tried:
set PGPASSWORD=<password>
and that got me past the password issue, only to now get:
'more' is not recognized as an internal or external command,
operable program or batch file.

Given the number of queries about pgpass.conf and finding no answer that
works, is there no bug report on this?

Thinking that psql was not adjusted for Windows, tried naming the file:
.pgpass
.pgpass.conf
also in various locations to no avail...

What am I (and all the others found in searches) missing? Or are there
unresolved bugs in psql?
- pgpass.conf
- expecting external executable: 'more'

Thanks,
Pierre

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2023-06-30 03:16:36 Re: psql and pgpass.conf on Windows
Previous Message Umut TEKİN 2023-06-29 12:42:25 Re: need explanation about an explain plan