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/docs/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.