Fix slightly confused description of debug options.
authorTom Lane
Tue, 1 May 2001 03:00:28 +0000 (03:00 +0000)
committerTom Lane
Tue, 1 May 2001 03:00:28 +0000 (03:00 +0000)
doc/src/sgml/runtime.sgml

index 14606d1d4eb7c8d0aeb4b23d13758888195d9329..fdb3581412eda6e77a4d2c92cfcb2e692a0befa7 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -758,17 +758,20 @@ env PGOPTIONS='-c geqo=off' psql
      
 
      
+      DEBUG_PRINT_QUERY (boolean)
       DEBUG_PRINT_PARSE (boolean)
-      DEBUG_PRINT_PLAN (boolean)
       DEBUG_PRINT_REWRITTEN (boolean)
-      DEBUG_PRINT_QUERY (boolean)
+      DEBUG_PRINT_PLAN (boolean)
       DEBUG_PRETTY_PRINT (boolean)
       
        
-        For any executed query, prints either the query, the parse
-        tree, the execution plan, or the query rewriter output to the
-        server log.  selects are
-        nicer but longer output format.
+        These flags enable various debugging output to be sent to the
+   server log.  For each executed query, prints either the query text,
+   the resulting parse tree, the query rewriter output, or the execution
+   plan.  indents these displays
+   to produce a more readable but much longer output format.
+   Setting  above zero implicitly turns
+   on some of these flags.