diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
new file mode 100644
index 4e0492b..3a0b16d
*** a/doc/src/sgml/config.sgml
--- b/doc/src/sgml/config.sgml
*************** SET ENABLE_SEQSCAN TO OFF;
*** 410,423 ****
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory or semaphores than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
-
-
When running a standby server, you must set this parameter to the
same or higher value than on the master server. Otherwise, queries
will not be allowed in the standby server.
--- 410,415 ----
*************** SET ENABLE_SEQSCAN TO OFF;
*** 962,974 ****
is generally from 64MB to 512MB.
-
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
--- 954,959 ----
*************** SET ENABLE_SEQSCAN TO OFF;
*** 1025,1038 ****
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
-
-
When running a standby server, you must set this parameter to the
same or higher value than on the master server. Otherwise, queries
will not be allowed in the standby server.
--- 1010,1015 ----
*************** SET ENABLE_SEQSCAN TO OFF;
*** 1829,1841 ****
results in most cases.
-
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
--- 1806,1811 ----
*************** dynamic_library_path = 'C:\tools\postgre
*** 5565,5578 ****
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
-
-
When running a standby server, you must set this parameter to the
same or higher value than on the master server. Otherwise, queries
will not be allowed in the standby server.
--- 5535,5540 ----
*************** dynamic_library_path = 'C:\tools\postgre
*** 5603,5615 ****
only be set at server start.
-
- Increasing this parameter might cause PostgreSQL
- to request more System V shared
- memory than your operating system's default configuration
- allows. See for information on how to
- adjust those parameters, if necessary.
-
--- 5565,5570 ----