trivial tab complete fixes

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: trivial tab complete fixes
Date: 2005-04-04 07:21:31
Message-ID: 4250EAFB.5080700@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I've applied the attached patch to HEAD: it fixes the spelling of the
"ABSOLUTE" keyword, and completes FETCH <sth> <sth> with FROM and IN,
rather than FROM and TO (since the latter is not valid syntax).

-Neil

Attachment Content-Type Size
psql_tab_complete-1.patch text/x-patch 1.6 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2005-04-04 07:23:13 Re: pgsql: Adjust SGML ulink tags to the URL is always displayed in our
Previous Message Tom Lane 2005-04-04 05:56:35 Re: Update to download info in install docs