]> granicus.if.org Git - postgresql/commit
Quick patch to adress a recent concern on the mailing list
authorBruce Momjian <bruce@momjian.us>
Wed, 25 May 2005 22:12:05 +0000 (22:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 25 May 2005 22:12:05 +0000 (22:12 +0000)
commitbbb586ff211c2d304db4a64e8c3ea715a4ecebb5
tree2871acb7a4cc52d1548fd95de93a2396a41effa6
parentb492c3acccb3f8c97559ddfc2a25f25953a026d2
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
src/bin/psql/tab-complete.c