pgpool icon indicating copy to clipboard operation
pgpool copied to clipboard

A PosgreSQL client that automatically uses connection pools and handles reconnections in case of errors.

Results 3 pgpool issues
Sort by recently updated
recently updated
newest added

Currently PgPool creates prepared statements for all queries. It'd be a better option to make this optional.

We noticed that equery/2 when doing a `SELECT * FROM` query returns the columns as the second argument and not a count. I've updated all the specs to utilize the...