diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index c1a90d1fba9..ab40ea76122 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1453,10 +1453,10 @@ SET ENABLE_SEQSCAN TO OFF;
+ fsync (boolean)
fsync> configuration parameter
- fsync (boolean)
If this parameter is on, the PostgreSQL> server
@@ -1596,10 +1596,10 @@ SET ENABLE_SEQSCAN TO OFF;
+ full_page_writes (boolean)
full_page_writes> configuration parameter
- full_page_writes (boolean)
When this parameter is on, the PostgreSQL> server
@@ -2442,6 +2442,7 @@ SET ENABLE_SEQSCAN TO OFF;
+ geqo (boolean)
genetic query optimization
@@ -2452,7 +2453,6 @@ SET ENABLE_SEQSCAN TO OFF;
geqo> configuration parameter
- geqo (boolean)
Enables or disables genetic query optimization.
@@ -4415,13 +4415,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_isolation (enum)
transaction isolation level
default_transaction_isolation> configuration parameter
- default_transaction_isolation (enum)
Each SQL transaction has an isolation level, which can be
@@ -4440,14 +4440,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_read_only (boolean)
read-only transaction
default_transaction_read_only> configuration parameter
-
- default_transaction_read_only (boolean)
A read-only SQL transaction cannot alter non-temporary tables.
@@ -4719,6 +4718,7 @@ SET XML OPTION { DOCUMENT | CONTENT };