Re: HOST variable in psql

Поиск
Список
Период
Сортировка
От Paul Förster
Тема Re: HOST variable in psql
Дата
Msg-id 0767EAE6-86F3-45D8-87B5-4A9275E3E924@gmail.com
обсуждение исходный текст
Ответ на Re: HOST variable in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: HOST variable in psql
Список pgsql-general
Hi Tom,

> On 27. Apr, 2020, at 14:20, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> AFAICS, psql is behaving as documented.  Why are you trying to override
> HOST like that, instead of just using some other variable?

I could but

a) HOST is HOST and should not point to a socket directory. A socket directory is not a HOST. This makes no sense,
especiallysince I see no use for using a socket directory in any psql script. There are tons of use cases for the
hostname,though. 

b) it would require changing some scripts.

c) the docs are IMHO not 100% clear on this. I think the psqlrc should be executed on EVERY new connect, hence
including\c, and this is how I interpret the docs too. But it doesn't... 

also (slightly related) d) PostgreSQL unfortunately does not provide any functionality to determine the server hostname
itruns on. There is an extension but I still don't see why PostgreSQL does not include this natively. 

Cheers,
Paul


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL client hangs sometimes on 'EXEC SQL PREPARE sid_sisisinst FROM :select_anw;'
Следующее
От: Matthias Apitz
Дата:
Сообщение: Re: PostgreSQL client hangs sometimes on 'EXEC SQL PREPAREsid_sisisinst FROM :select_anw;'