postgresql/contrib/dblink
Tom Lane 37d8570d4d Fix dblink_build_sql_insert() and related functions to handle dropped
columns correctly.  In passing, get rid of some dead logic in the
underlying get_sql_insert() etc functions --- there is no caller that
will pass null value-arrays to them.

Per bug report from Robert Voinea.
2010-06-15 19:04:22 +00:00
..
expected Fix dblink_build_sql_insert() and related functions to handle dropped 2010-06-15 19:04:22 +00:00
sql Fix dblink_build_sql_insert() and related functions to handle dropped 2010-06-15 19:04:22 +00:00
dblink.c Fix dblink_build_sql_insert() and related functions to handle dropped 2010-06-15 19:04:22 +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
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Add missed function dblink_connect_u(text[,text]) to uninstall script 2010-06-07 15:14:50 +00:00