Gastón Simone wrote:
> Can I Commit a transaction without closing my cursors??
Maybe I'm totally misinterpreting your question, but what
is wrong with using the "COMMIT" SQL command? It commits
the current transaction, and of course it doesn't close
the cursor (why should it?).
http://www.postgresql.org/docs/7.4/static/sql-commit.html
Best regards
Oliver
--
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"C is quirky, flawed, and an enormous success."
-- Dennis M. Ritchie.