SQL Statement too long

Поиск
Список
Период
Сортировка
От Jayson Callaway
Тема SQL Statement too long
Дата
Msg-id 9lpm5r$loh$1@news.tht.net
обсуждение исходный текст
Ответы Re: SQL Statement too long
Список pgsql-sql
I am using Postgres 7.1.2 under linux with the JDBC drivers and Iam trying
to do an insert into a text field with about a 9K string of text. Does
anyone know why I would be getting an error back that says "The SQL
Statement is too long?

At first I though it was because I was creating the SQL statement as a
string used through the Statement class, so I tried using a
PreparedStatement, but I am still getting the same problem.

--
Jayson Callaway




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Temp tables being written to disk. Avoidable?
Следующее
От: Mark Mikulec
Дата:
Сообщение: Sequential select queries...??