Обсуждение: remote access

Поиск
Список
Период
Сортировка

remote access

От
"benoit.le-dizes@voila.fr"
Дата:
I would like to make a connection from a client on my network to the database server via TCP/IP.

What is the syntax ?

thanks


__________________________________________________
Voila vous propose une boite aux lettres gratuite sur Voila Mail:
http://mail.voila.fr




Re: remote access

От
"Alex Saip"
Дата:
Hi Benoit,

actually, there are a few options available (my list below is hardly
exhaustive):

  - open a telnet, rsh or ssh session on the client and use psql or pgaccess
  - you may want to try phpPgAdmin
(http://www.htmlwizard.net/projects/phpPgAdmin/) which would give you a Web
based access
  - if your client is a Windows PC another option is pgAdmin
(http://www.pgadmin.freeserve.co.uk/)

As you see everything depends on what you want to do with the database from
your client, what level of security you need and what platform your client
runs.

In any case your postmaster has to be running with the "-i" flag.

I hope this helps.

Alex Saip
Systems Engineer

----- Original Message -----
From: <benoit.le-dizes@voila.fr>
To: <pgsql-admin@postgresql.org>
Sent: Wednesday, April 18, 2001 6:39 AM
Subject: remote access


> I would like to make a connection from a client on my network to the
database server via TCP/IP.
>
> What is the syntax ?
>
> thanks
>
>
> __________________________________________________
> Voila vous propose une boite aux lettres gratuite sur Voila Mail:
> http://mail.voila.fr
>
>
>
>