Re: psql tab completion for DO blocks

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Fetter <david@fetter.org>
Cc: PG Hackers <pgsql-hackers@postgresql.org>
Date: 2010-01-02T21:53:45Z
Lists: pgsql-hackers
David Fetter <david@fetter.org> writes:
> On Sat, Jan 02, 2010 at 04:22:38PM -0500, Tom Lane wrote:
>> (b) wrong in detail.

> How?

It doesn't actually work, because the query isn't paying attention to
the current partial word.  Try do language pl<tab>, or just compare
source to the original Query_for_list_of_languages.

			regards, tom lane