Re: psql tab completion for DO blocks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql tab completion for DO blocks
Date: 2010-01-02 21:53:45
Message-ID: 19322.1262469225@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Fetter <david(at)fetter(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2010-01-02 22:06:04 Re: psql tab completion for DO blocks
Previous Message David Fetter 2010-01-02 21:50:56 Re: psql tab completion for DO blocks