On Sat, Jan 02, 2010 at 05:10:08PM -0500, Tom Lane wrote: > David Fetter <[email protected]> writes: > >> 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. > > > Thanks for the heads-up. New patch attached :) > > My inclination is to not have the separate query at all,
I made one so people couldn't tab complete themselves an unpleasant surprise. The overhead doesn't seem huge. Cheers, David. -- David Fetter <[email protected]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [email protected] iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
