postgresql/contrib/dblink
Joe Conway 56cbb611ec Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore
(SFRM_Materialize mode) to return tuples. Since we don't return from the
dblink function in tuplestore mode, release the PGresult with a PG_CATCH
block on error. Also rearrange to share the same code to materialize the
tuplestore. Patch by Takahiro Itagaki.
2010-01-24 22:19:38 +00:00
..
expected Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
sql Implement dblink_get_notify(). 2009-08-05 16:11:07 +00:00
dblink.c Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore 2010-01-24 22:19:38 +00:00
dblink.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
dblink.sql.in Implement dblink_get_notify(). 2009-08-05 16:11:07 +00:00
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
uninstall_dblink.sql Implement dblink_get_notify(). 2009-08-05 16:11:07 +00:00