postgresql/contrib/dblink/sql
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction
if there isn't one already open. Upon dblink_close, only commit
the open transaction if it was started by dblink_open, and only
then when all cursors opened by dblink_open are closed. The transaction
accounting is done individually for all named connections, plus
the persistent unnamed connection.
2005-10-18 02:55:49 +00:00
..
dblink.sql When a cursor is opened using dblink_open, only start a transaction 2005-10-18 02:55:49 +00:00