]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Mar 2009 14:59:46 +0000 (14:59 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Mar 2009 14:59:46 +0000 (14:59 +0000)
commita6ecfd4719ac7eb2dcd1cdc3b472f25e0c876633
treec6237231056c2c0129393d17eee4e0983fed28da
parent8f332cf79eff2ce13c566cc858f88a872699a42c
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.
src/bin/psql/tab-complete.c