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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing
Date: 2008-04-04 18:39:42
Message-ID: 20080404183942.GF12346@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian wrote:
> Log Message:
> -----------
> Implement current_query(), that shows the currently executing query.
> At the same time remove dblink/dblink_current_query() as it is no longer
> necessary
> *BACKWARD COMPATIBILITY ISSUE* for dblink

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.

Also, wasn't the name supposed to be client_query?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-04-04 18:45:36 pgsql: Re-implement division for numeric values using the traditional
Previous Message Bruce Momjian 2008-04-04 18:00:25 pgsql: Have psql command 'help' suggest the use of \?, updated version.

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-04-04 18:52:34 Re: modules
Previous Message Magnus Hagander 2008-04-04 18:27:18 Re: Compile warning