Re: does postgresql works on distributed systems?

From: Andrew Sullivan <ajs(at)commandprompt(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: does postgresql works on distributed systems?
Date: 2008-06-03 20:31:37
Message-ID: 20080603203136.GC12185@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 03, 2008 at 01:15:13PM -0700, aravind chandu wrote:

> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Microsoft sql server 2005
> cannot be shared on multiple systems i,e in a network environment when
> it is installed in one system it cannot be accessed one other
> systems.One can access only from a system where it is already installed
> but not on the system where there is no sqlserver.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.

If you mean, "If I have a host A and a host B, and A has Postgres
running, can I connect from B and perform SQL on the data hosted on
A," then the answer is, "Yes, provided you have the necessary programs
to connect with." If you mean, "If I have host A and host B, can both
A and B be simultaneous servers for the same database using shared
storage?" the answer is, "No."

A
--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Hunter 2008-06-03 20:36:47 Re: does postgresql works on distributed systems?
Previous Message gonzales 2008-06-03 20:25:34 Re: does postgresql works on distributed systems?