Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct FAQ item on PostgreSQL's statement caching #397

Closed
vlsi opened this issue Aug 28, 2015 · 1 comment
Closed

Correct FAQ item on PostgreSQL's statement caching #397

vlsi opened this issue Aug 28, 2015 · 1 comment
Labels

Comments

@vlsi
Copy link

vlsi commented Aug 28, 2015

The following FAQ entry has invalid statement:
https://github.com/brettwooldridge/HikariCP/wiki/FAQ#q-how-to-i-properly-enable-preparedstatement-caching-for-postgresql

The PostgreSQL JDBC driver from the PostgreSQL project does not support PreparedStatement caching

In fact official PostgreSQL driver does support prepared statement caching: https://jdbc.postgresql.org/documentation/changelog.html#version_9.4-1202

See preparedStatementCacheQueries and preparedStatementCacheSizeMiB parameters here: https://jdbc.postgresql.org/documentation/head/connect.html#connection-parameters

Please fix the wording to advice newer pgjdbc version or remove the item altogether.

@brettwooldridge
Copy link
Owner

Corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants