Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> 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 <[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
