Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fe107 commit 470b2dcCopy full SHA for 470b2dc
contrib/dblink/dblink.sql.in
@@ -1,4 +1,4 @@
1
-/* $PostgreSQL: pgsql/contrib/dblink/dblink.sql.in,v 1.16 2008/04/05 02:26:14 momjian Exp $ */
+/* $PostgreSQL: pgsql/contrib/dblink/dblink.sql.in,v 1.17 2008/04/05 02:44:42 momjian Exp $ */
2
3
-- Adjust this setting to control where the objects get created.
4
SET search_path = public;
@@ -165,7 +165,7 @@ LANGUAGE C STRICT;
165
166
CREATE OR REPLACE FUNCTION dblink_current_query ()
167
RETURNS text
168
-AS 'SELECT current_query()'
+AS 'SELECT pg_catalog.current_query()'
169
LANGUAGE SQL;
170
171
CREATE OR REPLACE FUNCTION dblink_send_query(text, text)
0 commit comments