pgsql: Simplify tab completion rules for views and foreign tables.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify tab completion rules for views and foreign tables.
Date: 2013-10-23 17:23:57
Message-ID: E1VZ2A1-0002TO-1B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5c4dd2cd9a26cadb3e5234badf2a5eedf89423a2

Modified Files
--------------
src/bin/psql/tab-complete.c | 43 ++++---------------------------------------
1 file changed, 4 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-10-24 08:51:20 pgsql: Fix typos in comments.
Previous Message Heikki Linnakangas 2013-10-23 11:33:04 pgsql: Fix two bugs in setting the vm bit of empty pages.