diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-30 18:15:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-30 18:15:23 +0000 |
commit | 96fd7192e7102f9cfc10415c614e3dec19a5227e (patch) | |
tree | 3311fe48ec03e7b84f3ddd90aab4a3e62c4c180a | |
parent | 72b60ac9976ed4119083207578506c9152941666 (diff) | |
download | postgresql-96fd7192e7102f9cfc10415c614e3dec19a5227e.tar.gz postgresql-96fd7192e7102f9cfc10415c614e3dec19a5227e.zip |
Back out unintented tab change.
-rw-r--r-- | src/bin/psql/tab-complete.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 0b15b72444f..98dfce17926 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.58 2002/08/30 18:14:21 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.59 2002/08/30 18:15:23 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -231,8 +231,7 @@ psql_completion(char *text, int start, int end) "server_min_messages", "client_min_messages", "debug_assertions", - "log_print_statement", - "log_statement_duration", + "debug_print_query", "debug_print_parse", "debug_print_rewritten", "debug_print_plan", @@ -240,7 +239,7 @@ psql_completion(char *text, int start, int end) "show_parser_stats", "show_planner_stats", "show_executor_stats", - "show_statement_stats", + "show_query_stats", "trace_notify", "explain_pretty_print", "sql_inheritance", |