From d36aa2e8851427856408b04cd93c605ef2f9c39a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 Nov 2002 00:47:22 +0000 Subject: Rename: ! #show_parser_stats = false ! #show_planner_stats = false ! #show_executor_stats = false ! #show_statement_stats = false TO: ! #log_parser_stats = false ! #log_planner_stats = false ! #log_executor_stats = false ! #log_statement_stats = false --- doc/src/sgml/runtime.sgml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 38115cba24b..6ec4d72f02a 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1110,10 +1110,10 @@ env PGOPTIONS='-c geqo=off' psql - SHOW_STATEMENT_STATS (boolean) - SHOW_PARSER_STATS (boolean) - SHOW_PLANNER_STATS (boolean) - SHOW_EXECUTOR_STATS (boolean) + LOG_STATEMENT_STATS (boolean) + LOG_PARSER_STATS (boolean) + LOG_PLANNER_STATS (boolean) + LOG_EXECUTOR_STATS (boolean) For each query, write performance statistics of the respective @@ -2250,7 +2250,9 @@ $ postmaster -o '-S 1024 -s' , , - show_parser_stats=on, show_planner_stats=on, show_executor_stats=on + log_parser_stats=on, + log_planner_stats=on, + log_executor_stats=on -- cgit v1.2.3