logo
Download Documentation Community Development Changelogs Security
/
  • Getting started
    • Getting the Driver
    • Importing JDBC
    • Loading the Driver
    • Preparing the Database Server for JDBC
    • Setting up the Class Path
  • Connect
    • Connection Pools and Data Sources
    • Connecting to the Database
    • Connection Fail-over
    • Unix sockets
  • Security
    • Using SSL
  • Query
    • Calling Stored Functions and Procedures
    • JDBC escapes
    • Getting results based on a cursor
    • Server Prepared Statements
    • Using the Statement or PreparedStatement Interface
  • Data types
    • Storing Binary Data
    • Arrays
    • Geometric Data Types
    • Large Objects
    • Timestamp Infinity
    • Using Java 8 Date and Time classes
  • PostgreSQL features
    • Accessing the Extensions
    • CopyManager
    • Listen / Notify
    • Parameter Status Messages
    • Physical and Logical replication API
  • Runtime
    • Using the Driver in a Multithreaded or a Servlet Environment
    • Logging using java.util.logging
    • Further Reading
  1. Home
  2. Documentation
  3. Security
Edit this page on GitHub

Security

  • Using SSL Configuring the PostgreSQL® server for SSL is covered in the main documentation , so it will not be repeated here. There are also instructions in the source …
  • pgJDBC
  • Public API
  • About PostgreSQL
  • Community
  • Github
  • Slack
  • Twitter
  • Mailing List
  • More
  • FAQ
  • Privacy
  • License
Copyright © 1996-2026 The PostgreSQL Global Development Group
  • Download
  • Documentation
  • Community
  • Development
  • Changelogs
  • Security
  • Getting started
  • Getting the Driver
  • Importing JDBC
  • Loading the Driver
  • Preparing the Database Server for JDBC
  • Setting up the Class Path
  • Connect
  • Connection Pools and Data Sources
  • Connecting to the Database
  • Connection Fail-over
  • Unix sockets
  • Security
  • Using SSL
  • Query
  • Calling Stored Functions and Procedures
  • JDBC escapes
  • Getting results based on a cursor
  • Server Prepared Statements
  • Using the Statement or PreparedStatement Interface
  • Data types
  • Storing Binary Data
  • Arrays
  • Geometric Data Types
  • Large Objects
  • Timestamp Infinity
  • Using Java 8 Date and Time classes
  • PostgreSQL features
  • Accessing the Extensions
  • CopyManager
  • Listen / Notify
  • Parameter Status Messages
  • Physical and Logical replication API
  • Runtime
  • Using the Driver in a Multithreaded or a Servlet Environment
  • Logging using java.util.logging
  • Further Reading