ERROR transaction is read-only

Поиск
Список
Период
Сортировка
От ahnf
Тема ERROR transaction is read-only
Дата
Msg-id 263816.27775.qm@web36601.mail.mud.yahoo.com
обсуждение исходный текст
Список pgsql-jdbc
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?


org.postgresql.util.PSQLException: ERROR: transaction is read-only
    at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1548)
    at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1316)
    at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:191)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:351)
    at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:344)



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: LiuYan 刘研
Дата:
Сообщение: Re: Chinese database name in URL, can I ?
Следующее
От: interz12@yahoo.com
Дата:
Сообщение: Re: ERROR transaction is read-only