Обсуждение: jdbc: ERROR transaction is read-only

Поиск
Список
Период
Сортировка

jdbc: ERROR transaction is read-only

От
ahnf
Дата:
I am using the postgresql-8.2.506.jdbc4.jar file

My jdbc connections are setReadOnly(false)

When attempting an insert I get

org.postgresql.util.PSQLException: ERROR: transaction is read-only

ideas?