On 2/22/08, David Jaquay <djaquay@gmail.com> wrote:
> Yeah, kinda guessed that.
>
> So there's no way (that you know of) to, say, cast my JDBC connection object
> to something Postgresql'y and peer into its internals?
The docs and the source code for the PG JDBC driver are freely
available. Worst case you could add a method for fetching the Socket
object and recompile the driver.
-Doug