Thread: Connection Pooling for Postgres

Connection Pooling for Postgres

From
"Sandeep Kumar Jakkaraju"
Date:
Hi All

Is there any inbuilt facility in postgres for connection pooling .. ??

Thanks
-
sandeep

Re: Connection Pooling for Postgres

From
Philip Hallstrom
Date:
> Is there any inbuilt facility in postgres for connection pooling .. ??

Not built in, but...

http://pgpool.projects.postgresql.org/

Never used it myself...