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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(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:41:23
Message-ID: 27619.1207363283@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2008-04-05 02:41:57 npgsql - Npgsql2: Updated assembly version to Beta3 release
Previous Message Bruce Momjian 2008-04-05 02:37:38 Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-05 02:43:42 Re: Patch queue -> wiki
Previous Message Bruce Momjian 2008-04-05 02:37:38 Re: Re: [COMMITTERS] pgsql: Implement current_query(), that shows the currently executing