Re: How to open more than 300 connections to postgres database.

From: Rainer Bauer <usenet(at)munnin(dot)com>
To: "Nguyen, Lam Thuy" <l7nguyen(at)fcg(dot)com>
Subject: Re: How to open more than 300 connections to postgres database.
Date: 2008-02-06 19:29:53
Message-ID: 699144138.20080206202953@munnin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello Lam,

Wednesday, February 6, 2008, 8:14:01 PM, you wrote:

NLT> You mean postgres 8.2.0402 does not support more than 128 connection ?
NLT> Could you please confirm me clearly so that i can find the best solution i should change or not.

No, Postgres 8.2 does support more than 128 connections (provided that
you have increased the desktop heap accordingly).

However, you will need at least psqlODBC 8.2.0402. Since the driver is
backward compatible, you should use the latest driver available (i.e.
psqlODBC 8.3.0100). You can find all driver versions here:
<http://www.postgresql.org/ftp/odbc/versions/msi/>

Rainer

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2008-02-07 00:09:35 Re: How to open more than 300 connections to postgres database.
Previous Message Nguyen, Lam Thuy 2008-02-06 19:14:01 Re: How to open more than 300 connections to postgres database.