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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY.
Дата
Msg-id 20060402090242.2F85F11F6B01@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Correct some errors and do some SGML
Следующее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: Update information schema for SQL:2003 and new PostgreSQL