Re: does postgresql works on distributed systems?

From: gonzales(at)linuxlouis(dot)net
To: aravind chandu <avin_friends(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: does postgresql works on distributed systems?
Date: 2008-06-03 20:25:34
Message-ID: Pine.LNX.4.64.0806031622500.19049@mx1.linuxlouis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Excuse me, but maybe I'm misunderstanding your statements and questions
here?

MS SQL Server most certainly 'can be' accessed from a network, three ways
immediately come to mind:
- isql command line
- osql command line
- PERL using DBI interface

ODBC Drivers help in some configuration scenarios, but there is no
question that MS SQL Server can be accessed from any network
configuration, suffice it to say there is no security mechanism denying
this access.

On your second point, postgresql, absolutely can be accessed as well over
the network!

On Tue, 3 Jun 2008, aravind chandu wrote:

> Hi,
>
>
>
>
>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; My question is
>
>
>
>
>
> &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.
>
>
>
>
>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If there is any
> weblink for this kindly provide that also.
>
>
> &nbsp;&nbsp;&nbsp; Thank You,
>
>
> &nbsp; &nbsp;&nbsp; Avinash &nbsp;&nbsp;&nbsp;
>
>
>
>
>

--
Louis Gonzales
louis(dot)gonzales(at)linuxlouis(dot)net
http://www.linuxlouis.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2008-06-03 20:31:37 Re: does postgresql works on distributed systems?
Previous Message aravind chandu 2008-06-03 20:15:13 does postgresql works on distributed systems?