Re: multiple database connections - Mailing list pgsql-admin

From Scott Ribe
Subject Re: multiple database connections
Date
Msg-id 05375552-4005-456F-A457-F5F0C27C252E@elevated-dev.com
Whole thread Raw
In response to multiple database connections  (Rafiqul Haque <rafiq.ced@gmail.com>)
List pgsql-admin
On Jan 28, 2014, at 5:53 AM, Rafiqul Haque <rafiq.ced@gmail.com> wrote:

> I am a newbie in postgres. I need to create 8 connections on the same postgres server. Could anyone please tell me
howto 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
issubstantially 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
isthe problem. 

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






pgsql-admin by date:

Previous
From: Rafiqul Haque
Date:
Subject: multiple database connections
Next
From: Rafiqul Haque
Date:
Subject: Simulating Postgresql clients