Re: BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: rvpostgres(at)metaways(dot)de, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17649: With libpg5 15.0 psql 10.22 uses HOME variable instead of uid and /etc/passwd to select .pgpass file
Date: 2022-10-18 13:29:15
Message-ID: 20221018132915.7ysivxeffde2flgk@jrouhaud
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On Tue, Oct 18, 2022 at 09:17:05AM +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference: 17649
> Logged by: Reinhard Vicinus
> Email address: rvpostgres(at)metaways(dot)de
> PostgreSQL version: 15.0
> Operating system: Ubuntu 18.04
> Description:
>
> This is probably the same issue that was reported in bug #17647

Indeed!
>
> The general postgresql version we use is 10.22-1.pgdg18.04+1
>
> With the update of libpg5 from 14.5-1.pgdg18.04+1 to 15.0-1.pgdg18.04+1 the
> behavior of psql changed and with libpg5 version 15.0 it uses the HOME
> environment variable to determine the location of the .pgpass file. With
> 14.5 the uid of the running process is used to determine the home directory
> location. This causes the issue that "sudo -u postgres psql" no longer finds
> the .pgpass file in /var/lib/postgresql/. After downgrading libpg5 to
> 14.5-1.pgdg18.04+1 or setting the correct HOME environment variable, it
> works again as intended.
>
As I just answered on the other bug, this is a wanted and documented change,
you can refer at
https://www.postgresql.org/message-id/flat/1634252654444.90107%40mit.edu for
the discussion about it.

You can use "sudo -iu" to behave the way you want.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Julien Rouhaud 2022-10-18 13:50:17 Re: BUG #17650: For the sixth time, the clipping function in the 120 partition table planning stage fails
Previous Message Julien Rouhaud 2022-10-18 13:25:19 Re:  BUG #17647: 12.12 package has difference on ubuntu 18.04