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:46
Message-ID: 20090327145946.D3E69754ADE@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_1_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.138.2.1 -> r1.138.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.138.2.1&r2=1.138.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-27 15:57:11 pgsql: Teach reindex_index() to clear pg_index.indcheckxmin when
Previous Message Heikki Linnakangas 2009-03-27 14:59:11 pgsql: Fix tab completion of ANALYZE VERBOSE <tab>.