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

Поиск
Список
Период
Сортировка
От Dmitry Dolgov
Тема Re: fix psql \conninfo & \connect when using hostaddr
Дата
Msg-id CA+q6zcU-jgkL3qUWbY9a6sd65N6Lcr6vMS-36RZffyMynQU7Yw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: fix psql \conninfo & \connect when using hostaddr  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
> On Wed, Jun 12, 2019 at 9:45 AM Noah Misch <noah@leadboat.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@cri.ensmp.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.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: fix psql \conninfo & \connect when using hostaddr
Следующее
От: Siarhei Siniak
Дата:
Сообщение: Re: GiST limits on contrib/cube with dimension > 100?