wal_mode in postgresql.conf - Mailing list pgsql-hackers

From Bruce Momjian
Subject wal_mode in postgresql.conf
Date
Msg-id 201005131520.o4DFKuN25395@momjian.us
Whole thread Raw
Responses Re: wal_level in postgresql.conf
List pgsql-hackers
Why is 'wal_level' listed next to 'fsync' in postgresql.conf?
#wal_level = 'hot_standby'              # minimal, archive, or hot_standby#fsync = on                             #
turnsforced synchronization on or off#synchronous_commit = on                # immediate fsync at
commit#wal_sync_method= fsync                # the default is the first option
 

Seems it should be in the archiving section.  

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_upgrade code questions
Next
From: Bruce Momjian
Date:
Subject: Re: wal_level in postgresql.conf