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

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.
Date
Msg-id 20060402090242.2F85F11F6B01@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Correct some errors and do some SGML
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update information schema for SQL:2003 and new PostgreSQL