Re: Batch: DB password with ">" - Mailing list pgsql-admin

From Shreeyansh Dba
Subject Re: Batch: DB password with ">"
Date
Msg-id CAGDYbUMhAo3vu8Bk4r=2QGwCXRZHbkGCPYZBJyF+nV_AtzMfFw@mail.gmail.com
Whole thread Raw
In response to Batch: DB password with ">"  ("Schenk, Hendrik" <hendrik.schenk@sieb-meyer.de>)
Responses AW: Batch: DB password with ">"  ("Schenk, Hendrik" <hendrik.schenk@sieb-meyer.de>)
AW: Batch: DB password with ">"  ("Schenk, Hendrik" <hendrik.schenk@sieb-meyer.de>)
List pgsql-admin
Hi,

You can use below command to get the desired output.

echo localhost:5432:postgres:postgres:7Ug^\>uAks!{VA > %PGPASSFILE%
                                                 or
echo "localhost:5432:postgres:postgres:7Ug^>uAks!{VA" > %PGPASSFILE% 




On Thu, Oct 11, 2018 at 6:38 PM Schenk, Hendrik <hendrik.schenk@sieb-meyer.de> wrote:

Hi,

 

i want to modiy the adatabse via batch script. The user has a password that contains symbols like that “g>uAks!”. The problem here is the “greater than”-symbol.

 

call set PGPASSFILE=%TEMP%\pgpass.conf

echo localhost:5432:postgres:postgres:7Ug^>uAks!{VA > %PGPASSFILE%

 

"C:\Program Files\PostgreSQL\10\bin\psql" -U postgres

 

psql will always fail with FATAL: User-Athentification failed. The password was read from ..\Local\Temp\pgpass.conf

 

 

 

 

If I set a Enviromentvariable and “echo” it, it will not work, because of the >-symbol.

 

 

C:\Users\hschenk>set PGPASSWORD=lalal>lala

 

C:\Users\hschenk>echo %PGPASSWORD%

Lalal

 

How can I use this with a password like this?

pgsql-admin by date:

Previous
From: John Scalia
Date:
Subject: Re: Batch: DB password with ">"
Next
From: "Schenk, Hendrik"
Date:
Subject: AW: Batch: DB password with ">"