Re: Backend Protocol Examples?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Ezotyrik <groups(at)ezotyrik(dot)org>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Backend Protocol Examples?
Date: 2003-12-10 00:18:51
Message-ID: Pine.LNX.4.33.0312091910290.18364-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 4 Dec 2003, Ezotyrik wrote:

> Guess my next question is does anyone know of a more appropriate place
> to ask this question?

If your question is just about the fe/be protocol than -hackers is
probably a better place to ask, but if it's about java than here is
correct. I read your original message, but wasn't inspired to reply
because I had no idea what you were trying to do. Why are you trying to
directly communicate with the server?

I would start by looking at org.postgresql.core.QueryExecutor's
sendQueryV3 and sendQueryV2 methods. You seem to be using the V2 method
(no message length). Could that be the problem?

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Yasunari Tosa 2003-12-10 01:08:49 unsubscribe
Previous Message Mofeed Shahin 2003-12-09 23:56:30 Re: Multi column foreign keys.