Re: [pgadmin-hackers] Edit Grid and default_transaction_read_only

2012-07-03 Thread J Chapman Flack
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

[pgadmin-hackers] Edit Grid and default_transaction_read_only

2012-06-20 Thread J Chapman Flack
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