Re: Max connections

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: "Williams, Travis L, " NPONS <tlw(at)att(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Max connections
Date: 2002-11-12 20:23:00
Message-ID: 1037132581.27220.44.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 2002-11-12 at 14:30, Williams, Travis L, NPONS wrote:
> To change the max connections I'm assuming I need to edit the postgresql.conf file and change this line:
> #max_connections = 32
> to something like
> max_connections = 64
>
> I do need to uncomment this correct? Is there anything else I need to change?
>

That should do it, though you'll need to restart your postmaster for the
changes to take effect.

Robert Treat

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-11-12 20:24:05 Re: No primary key in pg_shadow
Previous Message scott.marlowe 2002-11-12 20:18:00 Re: Time manipulation..