This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
470b2dc35d
postgres
/
contrib
/
dblink
History
Bruce Momjian
470b2dc35d
Make dblink_current_query() reference pg_catalog.current_query(), per Tom.
2008-04-05 02:44:42 +00:00
..
expected
Implement current_query(), that shows the currently executing query.
2008-04-04 16:57:21 +00:00
sql
Implement current_query(), that shows the currently executing query.
2008-04-04 16:57:21 +00:00
dblink.c
Remove unneed #include now that current_query() has moved to the backend.
2008-04-04 17:02:56 +00:00
dblink.h
Implement current_query(), that shows the currently executing query.
2008-04-04 16:57:21 +00:00
dblink.sql.in
Make dblink_current_query() reference pg_catalog.current_query(), per Tom.
2008-04-05 02:44:42 +00:00
Makefile
Remove references to READMEs from /contrib Makefiles.
2007-11-10 23:59:52 +00:00
uninstall_dblink.sql
Re-add dblink_current_query() for backward compatibility.
2008-04-05 02:26:14 +00:00