Re: BUG #16746: [PG12.5 psql] Password ignored by connect meta-command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: kgradekx(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #16746: [PG12.5 psql] Password ignored by connect meta-command
Date: 2020-11-29 02:18:32
Message-ID: 929680.1606616312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> writes:
> Tom, will need your input here.

Ugh... looks like I broke this in 85c54287a et al. I had thought that
this was the pre-existing behavior, but after further study I see that
I was mistaken about how PQconnectdbParams() handles parameter
replacement, so I misread what the prior code was really doing.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-11-29 02:59:06 Re: BUG #16746: [PG12.5 psql] Password ignored by connect meta-command
Previous Message David G. Johnston 2020-11-29 00:48:32 Re: BUG #16746: [PG12.5 psql] Password ignored by connect meta-command