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.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 $
7
7
*/
8
8
9
9
/*----------------------------------------------------------------------
@@ -232,7 +232,7 @@ initialize_readline(void)
232
232
" FROM pg_catalog.pg_namespace "\
233
233
" WHERE substring(pg_catalog.quote_ident(nspname) || '.',1,%d)='%s' "\
234
234
" 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) "\
236
236
" FROM pg_catalog.pg_proc p, pg_catalog.pg_namespace n "\
237
237
" WHERE substring(pg_catalog.quote_ident(nspname) || '.' || pg_catalog.quote_ident(proname),1,%d)='%s' "\
238
238
" AND pronamespace = n.oid "\
You can’t perform that action at this time.
0 commit comments