Tom Lane wrote:
"Joshua D. Drake" <[EMAIL PROTECTED]> writes:
Tom Lane wrote:
BTW, are you sure this is coming from JDBC? I see the exact same
message text in libpq:
libpq_gettext("server sent data (\"D\" message) without prior row description (\"T\"
message)\n"));
Maybe the JDBC driver uses the identical message wording but my thought
is to look for something going through libpq.
The error is server side. I was just describing the environment.
I can entirely assure you that that error message is not present in the
server code.
Ok let me be more clear. The message is being throw via PostgreSQL. I am
getting per the message I posted..
http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/src/interfaces/libpq/fe-protocol2.c?rev=22194
http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/src/interfaces/libpq/fe-protocol3.c?rev=25989
It is in libpq and the protocol not the backend that is giving me the
message. When I said server, I as referring to postgresql inclusively,
not the driver that was actually connecting.
Sincerely,
Joshua D. Drake
regards, tom lane
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match