postgresql.conf comparison

Postgres Parameter across Versions

Select a parameter to view the defaults across versions of PostgreSQL.

Latest version details

Category Replication / Standby Servers
Variable type: bool
Short Description: Sets whether a WAL receiver should create a temporary replication slot if no permanent slot is configured.

Value History

10 11 12 13 14 15 16
name
wal_receiver_create_temp_slot off off off off

Vartype History

10 11 12 13 14 15 16
name
wal_receiver_create_temp_slot bool bool bool bool