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:58:46
Message-ID: 20090327145846.5FB44754ADE@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-03-27 14:58:54 pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.
Previous Message Magnus Hagander 2009-03-27 12:01:57 pgsql: Clearify new SSL certificate verification in libpq