Re: How to open more than 300 connections to postgres database. - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: How to open more than 300 connections to postgres database.
Date
Msg-id 47A9F27F.2030105@tpf.co.jp
Whole thread Raw
In response to Re: How to open more than 300 connections to postgres database.  ("Nguyen, Lam Thuy" <l7nguyen@fcg.com>)
Responses Re: How to open more than 300 connections to postgres database.
List pgsql-odbc
Nguyen, Lam Thuy wrote:
> Hi Rainer
>
> But Postgres 8.3 has just been release few days, is it stable for using ?
>
> Do you have any solutions for 8.2 ? because i am using 8.2, it will be hard for me if i change to 8.3.

The driver's version isn't so tightly related to the server's version
and you can live with the 8.3.xxxx driver and the 8.2 server without
any problem. The driver's own limitation about max connections (128)
  was removed at 8.2.0402 version though I'm not sure if the change
guarantees >= 300 connections.

You can download various version of psqlODBC drivers from
http://www.postgresql.org/ftp/odbc/versions/ in Windows
Installer, merge module, source and basic zip file formats.

pgsql-odbc by date:

Previous
From: Rainer Bauer
Date:
Subject: Re: How to open more than 300 connections to postgres database.
Next
From: Rainer Bauer
Date:
Subject: Re: How to open more than 300 connections to postgres database.