File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
5
*
6
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.87 2003/10/16 20:03:09 tgl Exp $
6
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.88 2003/10/16 23:45:29 petere Exp $
7
7
*/
8
8
9
9
/*----------------------------------------------------------------------
@@ -223,7 +223,7 @@ initialize_readline(void)
223
223
" WHERE substring(pg_catalog.pg_encoding_to_char(conforencoding),1,%d)=UPPER('%s')"
224
224
225
225
#define Query_for_list_of_functions \
226
- " SELECT pg_catalog.quote_ident(proname) || '()' "\
226
+ " SELECT pg_catalog.quote_ident(proname) "\
227
227
" FROM pg_catalog.pg_proc p "\
228
228
" WHERE substring(pg_catalog.quote_ident(proname),1,%d)='%s'"\
229
229
" AND pg_catalog.pg_function_is_visible(p.oid) "\
You can’t perform that action at this time.
0 commit comments