Re: [HACKERS] wal_level in postgresql.conf
On Fri, May 14, 2010 at 12:22 AM, Bruce Momjian wrote: > Bruce Momjian wrote: >> Why is 'wal_level' listed next to 'fsync' in postgresql.conf? >> >> #wal_level = 'hot_standby' # minimal, archive, or >> hot_standby >> #fsync = on # turns forced
Re: [HACKERS] wal_level in postgresql.conf
Bruce Momjian wrote: > Why is 'wal_level' listed next to 'fsync' in postgresql.conf? > > #wal_level = 'hot_standby' # minimal, archive, or > hot_standby > #fsync = on # turns forced synchronization > on or off > #synchronous_commit = on