Alvaro Herrera wrote: > 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.
Really? It seemed like just duplicate functionality. > 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. -- Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
