Re: [DOCS] "Alter system" command documentation

2015-06-16 Thread Euler Taveira
On 15-06-2015 21:14, Alvaro Herrera wrote: > Maybe we should have one section > somewhere, saying "reload is executed by any of the following:" and list > them all. Then this place and others could simply say "these values are > effective after reload, about which see section X.Y.Z". > +1. --

Re: [DOCS] "Alter system" command documentation

2015-06-15 Thread Jeff Janes
On Mon, Jun 15, 2015 at 2:10 PM, David G. Johnston < david.g.johns...@gmail.com> wrote: > On Mon, Jun 15, 2015 at 4:58 PM, Euler Taveira > wrote: > >> On 15-06-2015 13:32, Jeff Janes wrote: >> > From http://www.postgresql.org/docs/current/static/sql-altersystem.html >> > >> > "Values set with ALT

Re: [DOCS] "Alter system" command documentation

2015-06-15 Thread Alvaro Herrera
David G. Johnston wrote: > On Mon, Jun 15, 2015 at 4:58 PM, Euler Taveira wrote: > > > On 15-06-2015 13:32, Jeff Janes wrote: > > > Isn't it unfortunate that the command used for changing the > > > configuration file from within SQL mentions SIGHUP and pg_ctl > > > reload, but not "select pg_rel

Re: [DOCS] "Alter system" command documentation

2015-06-15 Thread David G. Johnston
On Mon, Jun 15, 2015 at 4:58 PM, Euler Taveira wrote: > On 15-06-2015 13:32, Jeff Janes wrote: > > From http://www.postgresql.org/docs/current/static/sql-altersystem.html > > > > "Values set with ALTER SYSTEM will be effective after the next server > > configuration reload (SIGHUP or pg_ctl reloa

Re: [DOCS] "Alter system" command documentation

2015-06-15 Thread Euler Taveira
On 15-06-2015 13:32, Jeff Janes wrote: > From http://www.postgresql.org/docs/current/static/sql-altersystem.html > > "Values set with ALTER SYSTEM will be effective after the next server > configuration reload (SIGHUP or pg_ctl reload), or after the next server > restart in the case of parameters

[DOCS] "Alter system" command documentation

2015-06-15 Thread Jeff Janes
Hi, >From http://www.postgresql.org/docs/current/static/sql-altersystem.html "Values set with ALTER SYSTEM will be effective after the next server configuration reload (SIGHUP or pg_ctl reload), or after the next server restart in the case of parameters that can only be changed at server start."