Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b2b7eb

Browse files
committed
Remove incorrect use of rl_special_prefixes until further evaluation.
1 parentfada8ee commit3b2b7eb

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)

[8]ページ先頭

©2009-2025 Movatter.jp