Skip to content

Latest commit

 

History

History

postgresql-jdbc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Postgresql JDBC Driver

Pinpoint Configuration

pinpoint.config

JDBC options.

# Profile PostgreSQL.
profiler.jdbc.postgresql=true
# trace bindvalues for PreparedStatements
profiler.jdbc.postgresql.tracesqlbindvalue=true
# Allow profiling of setautocommit.
profiler.jdbc.postgresql.setautocommit=false
# Allow profiling of commit.
profiler.jdbc.postgresql.commit=false
# Allow profiling of rollback.
profiler.jdbc.postgresql.rollback=false