Needed important information related to postgresql

Lists: pgsql-in-general
From: aravind chandu <avin_friends(at)yahoo(dot)com>
To: pgsql-in-general(at)postgresql(dot)org
Subject: Needed important information related to postgresql
Date: 2008-06-02 19:40:40
Message-ID: 557201.52529.qm@web31407.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-in-general

Hi,

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
I do not understood how to ask a question in the forum there itself
that why i am asking here in this mail.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.Your interest in this is
greatly appreciatable.

&nbsp;&nbsp;&nbsp; Thank You,

&nbsp; &nbsp;&nbsp; Avinash &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;


From: "vivek khurana" <mailing(dot)vivek(at)gmail(dot)com>
To: avin_friends(at)yahoo(dot)com
Cc: pgsql-in-general(at)postgresql(dot)org
Subject: Re: Needed important information related to postgresql
Date: 2008-06-04 07:44:55
Message-ID: 3e4fd9970806040044ybf37196q7e92582513b42216@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-in-general

On 6/3/08, aravind chandu <avin_friends(at)yahoo(dot)com> wrote:
>
> Hi,
>
> I do not understood how to ask a question in the forum there
> itself that why i am asking here in this mail.My question is
>
> 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.

Yes you can access pgsql database over a network. Please read this document
to figure out how to :
http://www.postgresql.org/docs/8.3/interactive/client-authentication.html

regards
Vivek