diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index a3113081008..3d0d55b47d6 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1592,10 +1592,10 @@ SET ENABLE_SEQSCAN TO OFF;
+ fsync (boolean)
fsync> configuration parameter
- fsync (boolean)
If this parameter is on, the PostgreSQL> server
@@ -1768,10 +1768,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
@@ -2832,6 +2832,7 @@ SET ENABLE_SEQSCAN TO OFF;
+ geqo (boolean)
genetic query optimization
@@ -2842,7 +2843,6 @@ SET ENABLE_SEQSCAN TO OFF;
geqo> configuration parameter
- geqo (boolean)
Enables or disables genetic query optimization.
@@ -4884,6 +4884,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_isolation (enum)
transaction isolation level
setting default
@@ -4891,7 +4892,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
default_transaction_isolation> configuration parameter
- default_transaction_isolation (enum)
Each SQL transaction has an isolation level, which can be
@@ -4910,6 +4910,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_read_only (boolean)
read-only transaction
setting default
@@ -4917,8 +4918,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
default_transaction_read_only> configuration parameter
-
- default_transaction_read_only (boolean)
A read-only SQL transaction cannot alter non-temporary tables.
@@ -4933,6 +4932,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_deferrable (boolean)
deferrable transaction
setting default
@@ -4940,8 +4940,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
default_transaction_deferrable> configuration parameter
-
- default_transaction_deferrable (boolean)
When running at the serializable> isolation level,
@@ -5225,6 +5223,7 @@ SET XML OPTION { DOCUMENT | CONTENT };