|
3 | 3 | * |
4 | 4 | * Copyright 2000-2002 by PostgreSQL Global Development Group |
5 | 5 | * |
6 | | - * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.58 2002/08/30 18:14:21 momjian Exp $ |
| 6 | + * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.59 2002/08/30 18:15:23 momjian Exp $ |
7 | 7 | */ |
8 | 8 |
|
9 | 9 | /*---------------------------------------------------------------------- |
@@ -231,16 +231,15 @@ psql_completion(char *text, int start, int end) |
231 | 231 | "server_min_messages", |
232 | 232 | "client_min_messages", |
233 | 233 | "debug_assertions", |
234 | | -"log_print_statement", |
235 | | -"log_statement_duration", |
| 234 | +"debug_print_query", |
236 | 235 | "debug_print_parse", |
237 | 236 | "debug_print_rewritten", |
238 | 237 | "debug_print_plan", |
239 | 238 | "debug_pretty_print", |
240 | 239 | "show_parser_stats", |
241 | 240 | "show_planner_stats", |
242 | 241 | "show_executor_stats", |
243 | | -"show_statement_stats", |
| 242 | +"show_query_stats", |
244 | 243 | "trace_notify", |
245 | 244 | "explain_pretty_print", |
246 | 245 | "sql_inheritance", |
|