]> granicus.if.org Git - postgresql/commit
Don't include "schema." in the set of possible tab completions once
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 23:35:52 +0000 (23:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 23:35:52 +0000 (23:35 +0000)
commit15c6764bda83b2e6e83c947e85fbf5816f72ba73
treedba92ecab1d250339c5c10479514695559c859a5
parent979b5375227dac6c42c1e5b9557d9d698997e7d1
Don't include "schema." in the set of possible tab completions once
"schema." has been typed.  This allows readline to complete subsequent
characters immediately if all relations in the target schema start with
the same prefix.  This actually worked before, but I unintentionally
broke it a few days ago.
Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
src/bin/psql/tab-complete.c