Re: another pgsql readme tweak

2020-02-29 Thread Stuart Henderson
On 2020/02/29 12:59, Antoine Jacoutot wrote: > On Fri, Feb 28, 2020 at 11:23:09PM +, Stuart Henderson wrote: > > Sorry for yet another one of these! I think I send a new diff for > > this every time I have to go through the pg_upgrade process :) > > > > If we add "local all postgres trust" bef

Re: another pgsql readme tweak

2020-02-29 Thread Antoine Jacoutot
On Fri, Feb 28, 2020 at 11:23:09PM +, Stuart Henderson wrote: > Sorry for yet another one of these! I think I send a new diff for > this every time I have to go through the pg_upgrade process :) > > If we add "local all postgres trust" before copying pg_hba.conf from the > old to new dir, we c

another pgsql readme tweak

2020-02-28 Thread Stuart Henderson
Sorry for yet another one of these! I think I send a new diff for this every time I have to go through the pg_upgrade process :) If we add "local all postgres trust" before copying pg_hba.conf from the old to new dir, we can avoid editing twice. And we only need to remove it again from the new one