Re: Postgre 8 beta 5

From: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
To: "clayton" <clayton(at)anitec(dot)com(dot)br>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Postgre 8 beta 5
Date: 2004-12-03 16:42:49
Message-ID: a06110481bdd646ed8dcf@[192.168.0.243]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>I installed the postgresql 8-beta5 on my computer windows XP. This
>computer will be my server.
>
>I execute the "start service" (button
>"start->program->postgresql->start service) on ther "server", and
>all work fine.
>
>My question is: I do not know what is necessary to access this
>postgre (server) of another computer (windows XP). This "another
>computer" will be my client.

Hi Clayton,

First of all both of your computers must be configured for a TCP/IP
network and the PostgreSQL server must be started with TCP/IP access
enabled, which is the case now by default since v8 if I'm not
mistaken.

Then on the client computer you need a program that can communicate
over TCP/IP with PostgreSQL. There are a lot of these for free on
the web. One example that works on Windows and respects text
encodings is Eduphant which you can download from
<http://aliacta.com/download>.

Cheers,

Marc

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Hammond 2004-12-03 19:46:16 Re: using a correlated subquery in update
Previous Message Michael Fuhr 2004-12-03 16:40:44 Re: using a correlated subquery in update