pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pgsql: Add tab-completion for CREATE UNLOGGED TABLE in psql,
Дата
Msg-id E1PsPqf-0004J4-Gb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add tab-completion for CREATE UNLOGGED TABLE in psql,
and fix unexpected completion for DROP TEMP and UNIQUE.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4191e16cbeafb9184dff37c3cbfe94b11a29d5f4

Modified Files
--------------
src/bin/psql/tab-complete.c |   86 +++++++++++++++++-------------------------
1 files changed, 35 insertions(+), 51 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Update wording about information schema and name which views pot
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: pgsql: More psql tab-completion for new commands.