Re: v3 from the ground up - Mailing list pgsql-jdbc

From Brian Olson
Subject Re: v3 from the ground up
Date
Msg-id B9B44BD2-9B11-11D8-B13D-000393D1CAB0@bolson.org
Whole thread Raw
In response to v3 from the ground up  (Brian Olson <bql@bolson.org>)
Responses Re: v3 from the ground up
List pgsql-jdbc
I've been working on javadoc-ing and trying to make a more usable
interface to the protocol code.

It still achieves a tiny hard-coded example.

I've been looking at the PostgreSQL docs on the server-client protocol,
and it doesn't specify the format of binary parameters. Where would
that be documented? Anywhere other than libpq code? Are the type oid-s
guaranteed to be constant between versions? I see from the libpq
documentation a reference to 'src/include/catalog/pg_type.h', that's
it, eh?

My latest code is at:
http://bolson.org/pgj/
http://bolson.org/pgj/pgj.java
http://bolson.org/pgj/hexdump.java

docs at:
http://bolson.org/pgj/doc/
http://bolson.org/pgj/doc/pgj.html

Brian Olson
http://bolson.org/


pgsql-jdbc by date:

Previous
From: Andy Zeneski
Date:
Subject: Re: Result Set Cursor Patch
Next
From: Oliver Jowett
Date:
Subject: Re: Result Set Cursor Patch