Re: psql - missing tab-completion support for tablespaces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql - missing tab-completion support for tablespaces
Дата
Msg-id 14616.1092062413@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: psql - missing tab-completion support for tablespaces  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-patches
Gaetano Mendola <mendola@bigfoot.com> writes:
> About this I usefull have in the "rollback to <tab> <tab>" the list of save
> point, I did the autocomplete patch for the nested transaction but I was not
> able to retrieve the "active" savepoints, is it really impossible to hack
> that part ?

There isn't any way to query the server about the set of open savepoint
names.  I thought of adding a function for this, but gave up when I
realized that the time you'd really want to know is when your
transaction is aborted ... and the server will refuse to execute any
query in that case :-(

            regards, tom lane

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: psql - missing tab-completion support for tablespaces
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Small addition to syslogger.c