]> granicus.if.org Git - postgresql/commit
psql: Improve tab completion of WITH
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 10 Apr 2012 17:35:39 +0000 (20:35 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 10 Apr 2012 17:35:39 +0000 (20:35 +0300)
commit6b8c99c386d318b434829ac0c9ba935fb5e53d18
tree765ec3fa438e7ee9f84f06cedd367a4314d6978a
parent0d9819f7e3be3c4186f0398d007d2fef8809da6a
psql: Improve tab completion of WITH

Only match when WITH is the first word, as WITH may appear in many
other contexts.

Josh Kupershmidt
src/bin/psql/tab-complete.c