postgresql/src/bin
Bruce Momjian c03aa1f9c9 > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion.
> Now, the arguments of the drop function can be tab completed. for example
>
> drop function strpos (
> <press tab>
> drop FUNCTION strpos (text, text)
>
> or:
>
> wsdb=# drop FUNCTION length (
> bit)        bytea)      character)  lseg)       path)       text)
> <press c>
> wsdb# DROP FUNCTION length ( character)
>
> I think that this patch should be rather useful. At it least I hate
> always to type all the arguments of the dropped functions.
>
> 2) Also some fixes applied for the
> CREATE INDEX syntax
>
> now the parenthesises are inserted by tab pressing.
> suppose I have the table q3c:

Sergey E. Koposov
2005-12-08 21:33:58 +00:00
..
initdb Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
ipcclean Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
pg_config Disble some Win32-specific code in win32-client-only builds: 2005-12-08 17:52:11 +00:00
pg_controldata Translation updates forward-port to HEAD. 2005-11-07 02:40:38 +00:00
pg_ctl Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
pg_dump Treat procedural languages as owned by the bootstrap superuser, rather 2005-12-03 21:06:18 +00:00
pg_resetxlog Translation updates forward-port to HEAD. 2005-11-07 02:40:38 +00:00
pgevent Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
psql > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. 2005-12-08 21:33:58 +00:00
scripts Translation updates forward-port to HEAD. 2005-11-07 02:40:38 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00