diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 6e1b084f71d..d750f0800b7 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1661,10 +1661,10 @@ include 'filename'
+ fsync (boolean)
fsync> configuration parameter
- fsync (boolean)
If this parameter is on, the PostgreSQL> server
@@ -1846,10 +1846,10 @@ include 'filename'
+ full_page_writes (boolean)
full_page_writes> configuration parameter
- full_page_writes (boolean)
When this parameter is on, the PostgreSQL> server
@@ -2920,6 +2920,7 @@ include 'filename'
+ geqo (boolean)
genetic query optimization
@@ -2930,7 +2931,6 @@ include 'filename'
geqo> configuration parameter
- geqo (boolean)
Enables or disables genetic query optimization.
@@ -4972,6 +4972,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_isolation (enum)
transaction isolation level
setting default
@@ -4979,7 +4980,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
@@ -4998,6 +4998,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_read_only (boolean)
read-only transaction
setting default
@@ -5005,8 +5006,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.
@@ -5021,6 +5020,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
+ default_transaction_deferrable (boolean)
deferrable transaction
setting default
@@ -5028,8 +5028,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,
@@ -5347,6 +5345,7 @@ SET XML OPTION { DOCUMENT | CONTENT };