Re: does postgresql works on distributed systems?

From: Kevin Hunter <hunteke(at)earlham(dot)edu>
To: Aravind Chandu <avin_friends(at)yahoo(dot)com>
Cc: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: does postgresql works on distributed systems?
Date: 2008-06-03 20:36:47
Message-ID: 4845AB5F.5040100@earlham.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 4:15p -0400 on Tue, 03 Jun 2008, Aravind Chandu wrote:
> Is postgresql similar to sql server or does it supports
> network sharing i,e one one can access postgresql from any system
> irrespective on which system it is installed.

Postgres is an open source project and similarly is not bound by the
same rules of business that Microsoft products are. Postgres has *no
limitation* on number of connections, short of what your system can
handle (network, memory, queries, disk, etc.).

> If there is any weblink for this kindly provide that also.
> Thank You,

http://www.postgresql.org/docs/current/static/runtime-config-connection.html

Should get you started.

Kevin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ted Byers 2008-06-03 20:52:35 Re: does postgresql works on distributed systems?
Previous Message Andrew Sullivan 2008-06-03 20:31:37 Re: does postgresql works on distributed systems?