pgsql: Tab completion for ALTER .. ALL IN TABLESPACE

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Tab completion for ALTER .. ALL IN TABLESPACE
Дата
Msg-id E1XQbIG-0001qv-Fo@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tab completion for ALTER .. ALL IN TABLESPACE

Update the tab completion for the changes made in
3c4cf080879b386d4ed1814667aca025caafe608, which rework 'MOVE ALL' to be
'ALTER .. ALL IN TABLESPACE'.

Fujii Masao

Back-patch to 9.4, as the original change was.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2de2a1172d52b9a9596d4366e758749cc586f2b

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


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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: pgsql: Tab completion for ALTER .. ALL IN TABLESPACE
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Documentation fix: sum(float4) returns float4, not float8.