]> granicus.if.org Git - postgresql/commit
Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Mar 2009 14:58:54 +0000 (14:58 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Mar 2009 14:58:54 +0000 (14:58 +0000)
commitf14ce2124dd3e73276290fb1f66c9d783f7b1e20
treef8d77002e431e25d85f344f2b3000210c3430092
parent9c7908b1893cf233c15f2993088b1114ba500a7f
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