pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.
Date: 2009-03-27 14:59:11
Message-ID: 20090327145911.8796D754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.156 -> r1.156.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.156&r2=1.156.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-27 14:59:46 pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.
Previous Message Heikki Linnakangas 2009-03-27 14:58:54 pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.