*** a/doc/src/sgml/regress.sgml
--- b/doc/src/sgml/regress.sgml
***************
*** 471,476 **** diff results/random.out expected/random.out
--- 471,510 ----
not worry unless the random test fails repeatedly.
+
+
+ Planner Configuration parameters
+
+
+ Parameters able to change the planning of queries like enable/disable
+ flags described in for
+ EXPLAIN> should use default values.
+
+
+
+
+ Database Name
+
+
+ Regression tests should be run on a database named regression>
+ to prevent failures of tests using directly or indirectly the current
+ database name in output results. The tests that would fail in this case
+ include updatable_views, foreign_data,
+ xml_map and sequence.
+
+
+
+ regression> is the default database name for tests of core,
+ and contrib modules use contrib_regression> as default.
+
+
+
+ Running regression tests with pg_regress
+ causes the existed database to be dropped before running the tests,
+ so be sure that there is not already a database with the same name
+ existing on server before running it.
+
+