pgsql: Fix tab completion of ANALYZE VERBOSE . - Mailing list pgsql-committers

From [email protected] (Heikki Linnakangas)
Subject pgsql: Fix tab completion of ANALYZE VERBOSE .
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Clearify new SSL certificate verification in libpq
Next
From: [email protected] (Heikki Linnakangas)
Date:
Subject: pgsql: Fix tab completion of ANALYZE VERBOSE .