This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-12-24 06:01:07 +03:00
Code
Activity
Files
470b2dc35d34e8d90110ff7f66746bd76bfa5c58
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