pgsql: Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.
Date: 2006-04-02 09:02:42
Message-ID: 20060402090242.2F85F11F6B01@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some
whitespace issues nearby.

DROP OWNED BY is actually a bit kludgy, but it seems better to do it this way
rather than duplicating the words_after_create list just to add a single
element.

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.149 -> r1.150)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.149&r2=1.150)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2006-04-02 09:16:55 Re: [COMMITTERS] pgsql: Correct some errors and do some SGML
Previous Message Alvaro Herrera 2006-04-02 04:29:57 Re: pgsql: Correct some errors and do some SGML