Re: Connecting to PostgreSQL databases - Mailing list pgsql-general

From Andrea Aime
Subject Re: Connecting to PostgreSQL databases
Date
Msg-id 397EC62D.5FF87425@comune.modena.it
Whole thread Raw
In response to Connecting to PostgreSQL databases  (wil van der wee <bagus@hawedo.com>)
List 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

pgsql-general by date:

Previous
From: Jules Bean
Date:
Subject: Performance for seq. scans
Next
From: Steve Heaven
Date:
Subject: Re: Performance for seq. scans