SQL Statement too long - Mailing list pgsql-sql

From Jayson Callaway
Subject SQL Statement too long
Date
Msg-id 9lpm5r$loh$1@news.tht.net
Whole thread Raw
Responses Re: SQL Statement too long  ("Josh Berkus" <josh@agliodbs.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Temp tables being written to disk. Avoidable?
Next
From: Mark Mikulec
Date:
Subject: Sequential select queries...??