8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fada8ee commit 3b2b7ebCopy full SHA for 3b2b7eb
src/bin/psql/tab-complete.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright 2000 by PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.24 2000/12/03 20:45:38 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.25 2000/12/31 11:57:58 petere Exp $
7
*/
8
9
/*----------------------------------------------------------------------
@@ -102,8 +102,7 @@ initialize_readline(void)
102
rl_readline_name = pset.progname;
103
rl_attempted_completion_function = psql_completion;
104
105
- rl_special_prefixes = "()'";
106
- rl_basic_word_break_characters = "\t\n\"'`@$><=;|&{ ";
+ rl_basic_word_break_characters = "\t\n@$><=;|&{( ";
107
108
completion_max_records = 100;
109
0 commit comments