Re: Custom connstr in background_psql()

2024-09-19 Thread Michael Paquier
On Thu, Sep 19, 2024 at 04:00:30PM +0300, a.ima...@postgrespro.ru wrote: > Should I register the proposal in CF? > Which one to choose if so? I think that's useful, so I'll just go apply it. -- Michael signature.asc Description: PGP signature

Re: Custom connstr in background_psql()

2024-09-19 Thread a . imamov
Michael Paquier писал(а) 2024-09-18 01:57: On Wed, Sep 18, 2024 at 01:08:26AM +0300, a.ima...@postgrespro.ru wrote: I've noticed that there is no way to specify a custom connection string when calling the PostgreSQL::Test::Cluster->background_psql() method compared to the PostgreSQL::Test:Clust

Re: Custom connstr in background_psql()

2024-09-17 Thread Michael Paquier
On Wed, Sep 18, 2024 at 01:08:26AM +0300, a.ima...@postgrespro.ru wrote: > I've noticed that there is no way to specify a custom connection string when > calling the PostgreSQL::Test::Cluster->background_psql() method compared to > the > PostgreSQL::Test:Cluster->psql(). It seems useful to have th