Re: Tab completion of double quoted identifiers broken

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tab completion of double quoted identifiers broken
Date: 2012-03-31 15:21:30
Message-ID: 19671.1333207290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> writes:
> I just spotted that tab completion of double quoted identifiers seems
> to be broken in 9.2devel.

Yeah, looks like I broke it :-( --- I think I missed the fact that the
last check with WORD_BREAKS was looking at the previous character not
the current one, so I thought adding the "else" was a safe optimization.
Patch applied, thanks for the report!

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2012-03-31 15:41:01 Re: pgsql: Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Previous Message Tom Lane 2012-03-31 15:01:08 narwhal versus gnu_printf