Re: fix psql \conninfo & \connect when using hostaddr

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: fix psql \conninfo & \connect when using hostaddr
Date: 2019-06-12 07:48:50
Message-ID: CA+q6zcU-jgkL3qUWbY9a6sd65N6Lcr6vMS-36RZffyMynQU7Yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Wed, Jun 12, 2019 at 9:45 AM Noah Misch <noah(at)leadboat(dot)com> wrote:
>
> On Tue, Jun 11, 2019 at 01:59:20PM +0200, Dmitry Dolgov wrote:
> > > On Tue, Jun 11, 2019 at 6:46 AM Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> wrote:
>
> > > > Although I guess it can be avoided by `-reuse-previous=off`, probably it
> > > > makese sense to update the docs.
> > >
> > > Yep, that is one option. The other is to revert or alter the subtle
> > > change, but ISTM that it made sense in some use case, so I wanted some
> > > time to think about it and test.
> >
> > Sure, no one argue that the behaviour should be changed, it's only about the
> > documentation part.
>
> No, I was arguing that a behavior should revert back its v11 behavior:
>
> \connect mydb myuser myhost
> -- should resolve "myhost" again, like it did in v11
> \connect
>
> \connect "dbname=mydb host=myhost hostaddr=127.0.0.1"
> -- ok to reuse hostaddr=127.0.0.1; I agree that's a feature
> \connect

Oh, ok, sorry for misunderstanding.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Siarhei Siniak 2019-06-12 07:50:22 Re: GiST limits on contrib/cube with dimension > 100?
Previous Message Noah Misch 2019-06-12 07:45:48 Re: fix psql \conninfo & \connect when using hostaddr