Skip to content

Commit 3b2b7eb

Browse files
committed
Remove incorrect use of rl_special_prefixes until further evaluation.
1 parent fada8ee commit 3b2b7eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bin/psql/tab-complete.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.24 2000/12/03 20:45:38 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.25 2000/12/31 11:57:58 petere Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -102,8 +102,7 @@ initialize_readline(void)
102102
rl_readline_name = pset.progname;
103103
rl_attempted_completion_function = psql_completion;
104104

105-
rl_special_prefixes = "()'";
106-
rl_basic_word_break_characters = "\t\n\"'`@$><=;|&{ ";
105+
rl_basic_word_break_characters = "\t\n@$><=;|&{( ";
107106

108107
completion_max_records = 100;
109108

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy