pgsql: Simplify tab completion rules for views and foreign tables. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Simplify tab completion rules for views and foreign tables.
Date
Msg-id E1VZ2A1-0002TO-1B@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix two bugs in setting the vm bit of empty pages.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix typos in comments.