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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: bobtfish(at)bobtfish(dot)net, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing
Date: 2008-04-05 02:44:52
Message-ID: 200804050244.m352iq106222@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > + CREATE OR REPLACE FUNCTION dblink_current_query ()
> > + RETURNS text
> > + AS 'SELECT current_query()'
> > + LANGUAGE SQL;
>
> Needs to be pg_catalog.current_query

Oh, good point. Done.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-04-05 03:10:36 npgsql - Npgsql2: Updated RELEASENOTES.txt
Previous Message User Fxjr 2008-04-05 02:44:46 npgsql - Npgsql2: Updated Monodevelop project file.

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2008-04-05 02:55:58 Re: Patch queue -> wiki
Previous Message Bruce Momjian 2008-04-05 02:43:42 Re: Patch queue -> wiki