Re: [DOCS] synchronous_standby_names and hot_standby_feedback

2011-06-13 Thread Robert Haas
On Mon, Jun 13, 2011 at 6:29 AM, Fujii Masao wrote: > The GucContext of synchronous_standby_names and hot_standby_feedback > is PGC_SIGHUP, so the following should be added into the explanations about > those parameters. Attached patch does that. Committed. -- Robert Haas EnterpriseDB: http://w

[DOCS] synchronous_standby_names and hot_standby_feedback

2011-06-13 Thread Fujii Masao
Hi, The GucContext of synchronous_standby_names and hot_standby_feedback is PGC_SIGHUP, so the following should be added into the explanations about those parameters. Attached patch does that. - This parameter can only be set in the postgresql.conf file or on the server comman