Re: persistent 'psql: FATAL: "listen_addresses" cannot be changed after server start

Поиск
Список
Период
Сортировка
От Steve Crawford
Тема Re: persistent 'psql: FATAL: "listen_addresses" cannot be changed after server start
Дата
Msg-id 470BFBC2.4070003@pinpointresearch.com
обсуждение исходный текст
Ответ на persistent 'psql: FATAL: "listen_addresses" cannot be changed after server start  ("David Rovner" <DRovner@princetonservergroup.com>)
Ответы Re: persistent 'psql: FATAL: "listen_addresses" cannot be changed after server start  ("David Rovner" <DRovner@princetonservergroup.com>)
Список pgsql-admin
David Rovner wrote:

>...
> After some network configuration changes (IP changes and some editing to
> config files which may have been interrupted buy shutdowns), I cannot
> get past this error:

That's a bit vague. What changed externally with your network? What
files were you changing and what were you changing in them? What do you
mean by "may have been interrupted buy shutdowns" - were the changes
made or not? Did you restart the server and was it a full reboot or just
postgresql?


> 'psql: FATAL: "listen_addresses" cannot be changed after server start

Where do you see this error? The statement is true - listen addresses is
a parameter that can only be set when the PostgreSQL server starts.
Trying to change the parameter from, say, psql by running
"set listen_addresses to '*';" will yield this error. Could there be a
script that generates such a command?

Cheers,
Steve


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

Предыдущее
От: "David Rovner"
Дата:
Сообщение: persistent 'psql: FATAL: "listen_addresses" cannot be changed after server start
Следующее
От: Josh Trutwin
Дата:
Сообщение: Re: Schema objects