On Wed, 24 Jul 2013, dmp wrote:
> Also I guess I can ask now, why is there pages for public & private
> APIs?
>
The public API is what we expose to end user applications and try to keep
stable. Anything that is going under the JDBC API to use PG specific
functionality should be using the public API.
The private API is more for driver developers/users to see how things are
structured internally.
Kris Jurka