postgres/contrib/dblink
Joe Conway c8fad375db Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)
is PG_GETARG_BOOL(2), should be PG_GETARG_BOOL(1).

Apply simple fix to back branches only. More extensive change to be applied
to head per Tom's suggestion.
2009-01-03 19:57:54 +00:00
..
expected The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
sql The original patch to disallow non-passworded connections to non-superusers 2008-01-03 21:27:59 +00:00
dblink.c Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool) 2009-01-03 19:57:54 +00:00
dblink.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dblink.sql.in Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Add CVS version labels to all install/uninstall scripts. 2007-11-13 04:24:29 +00:00