Re: max_connections proposal

From: Edison So <edison(dot)so2(at)gmail(dot)com>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: "List, Postgres" <pgsql-general(at)postgresql(dot)org>
Subject: Re: max_connections proposal
Date: 2011-05-30 00:19:55
Message-ID: BANLkTik+cTLZoHo+_-==BjfbOeAc-48-1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank Graig for the links. You have been very helpful.

When I get time, I will definitely read over the materials to get familar
with Postgres.

Have a wonderful night.

Edison

On Sun, May 29, 2011 at 7:27 PM, Craig Ringer
<craig(at)postnewspapers(dot)com(dot)au>wrote:

> On 05/30/2011 03:26 AM, Edison So wrote:
>
>> Thanks Graig for your comprehensive explanation although I do not
>> understanding everything you said such as pgbouncer and pg_connect. I
>> have just started to use Postgres 9.0 with no prior training.
>>
>
> Google is great :-)
>
> http://www.postgresql.org/docs/current/static/
>
> http://pgfoundry.org/projects/pgbouncer/
> http://wiki.postgresql.org/wiki/PgBouncer
>
> http://pgpool.projects.postgresql.org/
>
>
> http://www.postgresql.org/docs/9.0/static/runtime-config-connection.html#GUC-MAX-CONNECTIONS
>
>
> I live in Canada and where I live has no instructor-led training on
>> Postgres 9.0 with replication. Can you tell where I can get one.
>>
>
> I don't have any involvement with formal training or know anything about
> it. Others may.
>
> I think most people here just use the (IMO excellent) documentation, the
> wiki, experimentation, and the mailing lists.
>
> You might be able to find offerings from some of the professional support
> people on this list:
>
> http://www.postgresql.org/support/professional_support
>
> or via Google.
>
> --
> Craig Ringer
>

--
Edison

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2011-05-30 00:46:16 Re: max_connections proposal
Previous Message Craig Ringer 2011-05-29 23:35:40 Re: How to check a table content efficiently? With LIMIT and OFFSET?