Re: using POSTGRES in a network

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: hiroko <h_ogawa(at)rnk(dot)co(dot)jp>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: using POSTGRES in a network
Date: 2001-04-26 15:22:55
Message-ID: Pine.LNX.4.30.0104261721430.758-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hiroko writes:

> when you connect to the remote DBserver from Windows,
> what you need is to set the IP of the server in "hosts"file
> and to set your IP as DBuser to the server machine.
> and you can access through the command-line, using "psql"
> but if you wannna do this on the programs??????
> can you do the same thing using the function such as "db_connect" or
> PGDBfunctions???

This depends on what language interface you use for your program. Each
language has a function/command to initiate a database connection, and
that function usually has an option to select the address of the server
host. See the documentation of the respective interface.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-26 15:24:31 Re: How to estimate disk space requirements?
Previous Message Peter Eisentraut 2001-04-26 15:20:53 Re: crypt(table.field) ?