pgsql: Quick patch to adress a recent concern on the mailing list about

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Quick patch to adress a recent concern on the mailing list about
Date: 2005-05-25 22:12:05
Message-ID: 20050525221205.652025286E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Quick patch to adress a recent concern on the mailing list
about adding an errant "TO" when we already have a TO. Since
TO cannot be a valid column name (we must quote it), we can
simply ignore the tab-completion if the previous word
was a "TO".

Greg Sabino Mullane

Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.129 -> r1.130)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c.diff?r1=1.129&r2=1.130)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-05-25 22:59:34 pgsql: At the head of wchareq, length of (multibyte) character is
Previous Message Bruce Momjian 2005-05-25 21:40:43 pgsql: Add parentheses to macros when args are used in computations.