Обсуждение: pgsql: Fix tab completion of ANALYZE VERBOSE .

Поиск
Список
Период
Сортировка

pgsql: Fix tab completion of ANALYZE VERBOSE .

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused
with EXPLAIN ANALYZE VERBOSE.

Greg Sabino Mullane, reformatted by myself. Backpatch to 8.1, where the
bug was introduced.

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.180 -> r1.181)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.180&r2=1.181)