Re: Connecting to PostgreSQL databases

From: "Andrea Aime" <aaime(at)comune(dot)modena(dot)it>
To: wil van der wee <bagus(at)hawedo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Connecting to PostgreSQL databases
Date: 2000-07-26 11:06:21
Message-ID: 397EC62D.5FF87425@comune.modena.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> Hi all,
>
> I'am running a small home network with a Linux server running PostgreSQL
> and a few Win98 client machines.
>
> I can access databases from my Linux PC with psql and from Xwindows with
> pgaccess. But I'am still not able to access the database(s) from my
> Win98 machines. Is PostgreSQL only for UNIX operating systems or can it
> also be accessed from f.i. Win98 or Win2000? I have red all the
> postgreSQL documatation but can not find anything about this. The only
> thing mentioned is that it is possible to run pgaccess on Win98 and
> Win2000,
> but it does not mention how this is done. Can somebody help me to find
> some docu about this or any suggestion(s) are welcome.

If you are using Win98 as a client maybe you'd prefer to
use pgAdmin, a full featured management console for PostgreSQL
which runs only on windows machines. You'll find it at:
http://www.pgadmin.freeserve.co.uk/
(you will also need to install ODBC driver)

>
> The second question is: is it possible to store, databases made with
> microsofts access, on my PostgreSQL server running on Linux?

Yes, there are many ways, but pgAdmin has a specific exporter to
migrate data from Access to PostgreSQL. Anyway, I never tried it...
Regards
Andrea

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Heaven 2000-07-26 11:14:13 Re: Performance for seq. scans
Previous Message Jules Bean 2000-07-26 10:51:33 Performance for seq. scans