On Fri, Sep 1, 2017 at 3:46 PM, None <espressobean...@gmail.com> wrote:
> Well, so that's what doesn't make sense. Other documentation also > indicates a 'hot_standby' setting and I'm looking to see if it can do > 'warm_standby' as well. I was hoping for a complete list because it seems > scattered right now. > All the options are there. > In releases prior to 9.6, this parameter also allowed the values *archive* and *hot_standby*. These are still accepted but mapped to *replica*. The link is for the current version (9.6). Visit the links for previous versions, if you intend to use one. > > On Fri, Sep 1, 2017 at 10:43 AM, Pantelis Theodosiou <yperc...@gmail.com> > wrote: > >> >> >> On Fri, Sep 1, 2017 at 3:36 PM, None <espressobean...@gmail.com> wrote: >> >>> 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. Where can I find that? >>> >>> Thanks! >>> >> >> They are here: https://www.postgresql.org/doc >> s/current/static/runtime-config-wal.html >> >> Note that there have been some changes (additions of replica and logical) >> for this setting in the latest versions. >> >> >> >> >