pgsql: psql: Improve completion of FDW DDL commands

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: psql: Improve completion of FDW DDL commands
Дата
Msg-id E1aMwtc-0004lo-F7@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Improve completion of FDW DDL commands

Add
- ALTER FOREIGN DATA WRAPPER -> RENAME TO
- ALTER SERVER -> RENAME TO
- ALTER SERVER ... VERSION ... -> OPTIONS
- CREATE FOREIGN DATA WRAPPER -> OPTIONS
- CREATE SERVER -> OPTIONS
- CREATE|ALTER USER MAPPING -> OPTIONS

From: Andreas Karlsson <andreas@proxel.se>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6ae4c8de00c382b10e851e1eaf7f5e19e143b251

Modified Files
--------------
src/bin/psql/tab-complete.c |   15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump: Fix quoting of domain constraint names
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust degree-based trig functions for more portability.