On 06/28/2012 03:11 AM, Guillaume Lelarge wrote:
What sounds like the smartest way to make updates in the Edit Grid
not fail when connected to a database with default_transaction_read_only
set to on? :
1. Just send every update wrapped in START TRANSACTION READ WRITE
... COMMIT ?
...
We
Hi,
I've never hacked on pgAdmin yet, so I'm curious from those who have:
What sounds like the smartest way to make updates in the Edit Grid
not fail when connected to a database with default_transaction_read_only
set to on? :
1. Just send every update wrapped in START TRANSACTION READ WRITE