According to http://www.postgresql.org/docs/9.4/static/sql-set-transaction.html it is possible to mark a transaction as read-only. However, it does not seem to be possible to achieve this with npgsql. Would you accept a patch?
According to http://www.postgresql.org/docs/9.4/static/sql-set-transaction.html it is possible to mark a transaction as read-only.
However, it does not seem to be possible to achieve this with npgsql.
Would you accept a patch?