Bug in psql tab completion

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Bug in psql tab completion
Date: 2001-07-24 02:55:31
Message-ID: ECEHIKNFIMMECLEBJFIGIEFJCBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Try this:

test=# create table test (a int4);
CREATE
test=# grant select, update on te

Stop there and press 'TAB' to complete the word 'test'.

Your command line then gets rewritten to :

grant select, update on SET

It seems that it occurs when you have commas in there...

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2001-07-24 05:54:46 Re: plpgsql.
Previous Message Bill Shui 2001-07-24 01:51:43 plpgsql.