Re: Accessing Postgres Server and database from other Machine

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Accessing Postgres Server and database from other Machine
Дата
Msg-id 808DF8CC-EE50-4CB4-BFA1-69E62D7A8F08@gmail.com
обсуждение исходный текст
Ответ на Re: Accessing Postgres Server and database from other Machine  (Paul Förster <paul.foerster@gmail.com>)
Список pgsql-general
> On 5 Dec 2020, at 10:05, Paul Förster <paul.foerster@gmail.com> wrote:
>
> Hi Hemil,
>
>> On 05. Dec, 2020, at 07:50, Hemil Ruparel <hemilruparel2002@gmail.com> wrote:
>>
>> Did you restart postgres after changing pg_hba.conf?
>
> that shouldn't be necessary for changes in pg_hba.conf. Just do either on the command line:
>
> $ pg_ctl reload

While you’re in there, also verify that something is listening on the port (see below)

$ netstat -an


> or from psql:
>
> postgres=# select pg_reload_conf();
>
> You can then see the effective result immediately in pg_hab_file_rules:
>
> postgres=# table pg_hba_file_rules;

Also:

postgres=# show listen_addresses;

postgres=# show port;

Those will tell you whether the server is listening on the network and on the expected port.

Alban Hertroys
--
There is always an exception to always.







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

Предыдущее
От: charles meng
Дата:
Сообщение: Re: Alter the column data type of the large data volume table.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Set COLLATE on a session level