Re: Backend Protocol Examples? - Mailing list pgsql-jdbc

From groups@ezotyrik.org (Ezotyrik)
Subject Re: Backend Protocol Examples?
Date
Msg-id 3b4102b7.0312231952.2752d08a@posting.google.com
Whole thread Raw
In response to Re: Backend Protocol Examples?  (groups@ezotyrik.org (Ezotyrik))
List pgsql-jdbc
Thanks for the direction.

What am I trying to do?  I wanted to send a COPY command directly to
the backend.  COPY implemented as an input stream, would be fast, and
allow easy monitoring of % complete.

books@ejurka.com (Kris Jurka) wrote in message news:<Pine.LNX.4.33.0312091910290.18364-100000@leary.csoft.net>...
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html

pgsql-jdbc by date:

Previous
From: Matt Magoffin
Date:
Subject: JDBC java.net.BindException connecting to Postgres 7.4 running on Cygwin Win2K
Next
From: Matt Magoffin
Date:
Subject: Re: JDBC java.net.BindException connecting to Postgres 7.4