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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Simplify tab completion rules for views and foreign tables.
Дата
Msg-id E1VZ2A1-0002TO-1B@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix two bugs in setting the vm bit of empty pages.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix typos in comments.