Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 96fd719

Browse files
committed
Back out unintented tab change.
1 parent 72b60ac commit 96fd719

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/bin/psql/tab-complete.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000-2002 by PostgreSQL Global Development Group
55
*
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 $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -231,16 +231,15 @@ psql_completion(char *text, int start, int end)
231231
"server_min_messages",
232232
"client_min_messages",
233233
"debug_assertions",
234-
"log_print_statement",
235-
"log_statement_duration",
234+
"debug_print_query",
236235
"debug_print_parse",
237236
"debug_print_rewritten",
238237
"debug_print_plan",
239238
"debug_pretty_print",
240239
"show_parser_stats",
241240
"show_planner_stats",
242241
"show_executor_stats",
243-
"show_statement_stats",
242+
"show_query_stats",
244243
"trace_notify",
245244
"explain_pretty_print",
246245
"sql_inheritance",

0 commit comments

Comments
 (0)