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

Commit1b7ac7f

Browse files
committed
Remove automatic '()' in other branch of UNION as well.
1 parentfe1b503 commit1b7ac7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.88 2003/10/16 23:45:29 petere Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.89 2003/10/17 11:52:06 petere Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -232,7 +232,7 @@ initialize_readline(void)
232232
" FROM pg_catalog.pg_namespace "\
233233
" WHERE substring(pg_catalog.quote_ident(nspname) || '.',1,%d)='%s' "\
234234
" UNION "\
235-
" SELECT pg_catalog.quote_ident(nspname) || '.' || pg_catalog.quote_ident(proname)|| '()'"\
235+
" SELECT pg_catalog.quote_ident(nspname) || '.' || pg_catalog.quote_ident(proname) "\
236236
" FROM pg_catalog.pg_proc p, pg_catalog.pg_namespace n "\
237237
" WHERE substring(pg_catalog.quote_ident(nspname) || '.' || pg_catalog.quote_ident(proname),1,%d)='%s' "\
238238
" AND pronamespace = n.oid "\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp