pgsql: > 1) I'm proposing a patch to do the DROP FUNCTION argument tab

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: > 1) I'm proposing a patch to do the DROP FUNCTION argument tab
Date: 2005-12-08 21:33:59
Message-ID: 20051208213359.2E0999DCC2B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
> 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

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.141 -> r1.142)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.141&r2=1.142)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-08 21:35:36 pgsql: there's a paragraph in the ALTER TABLE reference page that reads:
Previous Message Peter Eisentraut 2005-12-08 21:29:25 pgsql: Put [] around default value for port number.