Skip to content
Library

postgres.js

Official site

Playbooks for postgres.js

  1. Fixing postgres.js 'prepared statement already exists' under PgBouncer

    Covers postgres.js's own automatic-prepare feature specifically and its documented fix, `prepare: false`. Does not cover the PgBouncer-side 'does not exist' error or PgBouncer's own max_prepared_statements setting — that's a related but distinct incompatibility with a different remedy, covered in the PgBouncer prepared-statement playbook; the two are not interchangeable even though both involve prepared statements and PgBouncer.

    Unverifiedno reproductions yetWhy this confidence?

Versions