Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing
Дата
Msg-id 11600.1207356026@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Bruce Momjian wrote:
>> Alvaro Herrera wrote:
>>> I think the agreement was that dblink_current_query was to be
>>> implemented on top of this.  In fact I don't see any reason not to.
>> 
>> Really?  It seemed like just duplicate functionality.

> It's called "backwards compatibility".  The nice thing about it is that
> it doesn't cost us any extra code.

Indeed.  It's just silly to break dblink users when there's no need.

>>> Also, wasn't the name supposed to be client_query?
>> 
>> Because pg_stat_activity already has current_query (and no one has
>> complained about it) there was discussion to just make it current_query.

> I don't think you can call that an agreement.  It was just a suggestion
> IIRC.

Well, there wasn't any strong consensus for client_query either ...
        regards, tom lane


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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: modules
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql \G command -- send query and output using extended format