]> granicus.if.org Git - postgresql/commit
Simplify tab completion rules for views and foreign tables.
authorRobert Haas <rhaas@postgresql.org>
Wed, 23 Oct 2013 17:16:25 +0000 (13:16 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 23 Oct 2013 17:16:25 +0000 (13:16 -0400)
commit5c4dd2cd9a26cadb3e5234badf2a5eedf89423a2
treed6e033b256b62bc043b9dcda46e87896ed88ee1f
parent83eb54001cb69d6ee8f0813c4e280be876823068
Simplify tab completion rules for views and foreign tables.

Since an increasing number of views and foreign tables are now able
to be updated, complete with any table, view, or foreign table in
the relevant contexts.  This avoids the need to use a complex
query that may be both confusing to end-users and nonperformant
to construct the list of possible completions.

Dean Rasheed, persuant to a complaint from Bernd Helme and a
suggestion from Peter Eisentraut
src/bin/psql/tab-complete.c