[DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Hi, I'm searching for all of the possible parameters for setting the "wal_level" outlined in the PostgreSQL Streaming Replication article: https://wiki.postgresql.org/wiki/Streaming_Replication I currently see hot_standby, but I can't find a list for all of the parameters that setting will take.

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
0:43 AM, Pantelis Theodosiou wrote: > > > On Fri, Sep 1, 2017 at 3:36 PM, None wrote: > >> Hi, >> >> I'm searching for all of the possible parameters for setting the >> "wal_level" outlined in the PostgreSQL Streaming Replication article: >> >

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
documentation, but not in the conf file itself, so I dunno if it's supported. On Fri, Sep 1, 2017 at 10:58 AM, David G. Johnston < david.g.johns...@gmail.com> wrote: > On Fri, Sep 1, 2017 at 7:46 AM, None wrote: > >> Well, so that's what doesn't make sense. Other d

Re: [DOCS] Need help finding all possible parameters for wal_level

2017-09-01 Thread None
Good call, Thank you On Fri, Sep 1, 2017 at 11:55 AM, Alvaro Herrera wrote: > None wrote: > > Hi all, > > > > Thank you. I'm using 9.6. I found all the available options in the > > 'postgresql.conf' file on the server itself. The explanations are g

[DOCS] Streaming replication documentation

2017-09-06 Thread None
Page: https://wiki.postgresql.org/wiki/Streaming_Replication Description: The instructions at step 7 are making too many assumptions. $PGDATA is an undefined variable that isn't created during the initial install process and rsync daemon on standby must be first setup and running. /srv/pgsql/ ins'