Bug in psql tab completion - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Bug in psql tab completion
Date
Msg-id ECEHIKNFIMMECLEBJFIGIEFJCBAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: Bug in psql tab completion  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Bill Shui
Date:
Subject: plpgsql.
Next
From: Thomas Swan
Date:
Subject: Re: plpgsql.