Re: multiple database connections

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Rafiqul Haque <rafiq(dot)ced(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: multiple database connections
Date: 2014-01-28 12:58:11
Message-ID: 05375552-4005-456F-A457-F5F0C27C252E@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Jan 28, 2014, at 5:53 AM, Rafiqul Haque <rafiq(dot)ced(at)gmail(dot)com> wrote:

> I am a newbie in postgres. I need to create 8 connections on the same postgres server. Could anyone please tell me how to start multiple connection on the same postgres server. I am using windows operating system.

You just connect. 8 times. (You can configure the max number of connections allowed in postgresql.conf, but the default is substantially higher than 8.)

If you're actually having a problem, you'll have to tell us more: what kind of connection via what software, and what is the problem.

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rafiqul Haque 2014-01-29 08:32:07 Simulating Postgresql clients
Previous Message Rafiqul Haque 2014-01-28 12:53:41 multiple database connections