Runtime
- Using the Driver in a Multithreaded or a Servlet Environment The PostgreSQL® JDBC driver is not thread safe. The PostgreSQL server is not threaded. Each connection creates a new process on the server as such any …
- Logging using java.util.logging The PostgreSQL® JDBC Driver supports the use of logging (or tracing) to help resolve issues with the pgJDBC Driver when is used in your application. The pgJDBC …
- Further Reading If you have not yet read it, you are advised you read the JDBC API Documentation (supplied with Oracle’s JDK) and the JDBC Specification. Both are available …