|
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/1620:03:09 tgl Exp $ |
| 6 | + * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.88 2003/10/1623: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 | #defineQuery_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) "\
|
|