diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-11-15 00:47:22 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-11-15 00:47:22 +0000 |
| commit | d36aa2e8851427856408b04cd93c605ef2f9c39a (patch) | |
| tree | f501b0fce0138da9ea0f817349361a8545198c00 /src/bin/psql/tab-complete.c | |
| parent | 001d5a7aa5dd42ddcb8f41d6d1c8738972cdbf7f (diff) | |
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
Diffstat (limited to 'src/bin/psql/tab-complete.c')
| -rw-r--r-- | src/bin/psql/tab-complete.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 3c65195de77..40e4993c37f 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3,7 +3,7 @@ * * Copyright 2000-2002 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.66 2002/11/14 23:53:27 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.67 2002/11/15 00:47:22 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -238,10 +238,10 @@ psql_completion(char *text, int start, int end) "debug_print_rewritten", "debug_print_plan", "debug_pretty_print", - "show_parser_stats", - "show_planner_stats", - "show_executor_stats", - "show_statement_stats", + "log_parser_stats", + "log_planner_stats", + "log_executor_stats", + "log_statement_stats", "trace_notify", "explain_pretty_print", "sql_inheritance", |
