postgresql/contrib/dblink
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not
create an ABI break between 8.3 and 8.4.  It is still just a wrapper around
the built-in current_query() function, but at a different implementation
level.  Per my proposal.

Note: this change doesn't break 8.4beta installations, since their
SQL-language definition of the function still works fine.
2009-06-09 17:41:02 +00:00
..
expected Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 2009-06-06 21:27:56 +00:00
sql Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 2009-06-06 21:27:56 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
dblink.c Restore dblink_current_query() to being a C-language function, so as to not 2009-06-09 17:41:02 +00:00
dblink.h Restore dblink_current_query() to being a C-language function, so as to not 2009-06-09 17:41:02 +00:00
dblink.sql.in Restore dblink_current_query() to being a C-language function, so as to not 2009-06-09 17:41:02 +00:00
uninstall_dblink.sql Re-add dblink_current_query() for backward compatibility. 2008-04-05 02:26:14 +00:00