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

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Quick patch to adress a recent concern on the mailing list about
Date
Msg-id 20050525221205.652025286E@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add parentheses to macros when args are used in computations.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: At the head of wchareq, length of (multibyte) character is