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.
--
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
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
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
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
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."