Re: Program to convert from PostgreSQL to Access or view table relationships

From: Justin Clift <justin(at)postgresql(dot)org>
To: Steve Werby <steve-lists(at)befriend(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Program to convert from PostgreSQL to Access or view table relationships
Date: 2001-07-19 04:50:24
Message-ID: 3B566710.8CFF7040@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Steve,

Have you considered using a PostgreSQL ODBC driver
(http://odbc.postgresql.org) and allowing Access to connect to the
PostgreSQL database directly?

Additionally, there's a listing of PostgreSQL related resources at :

http://techdocs.postgresql.org/oresources.php

In the "Administration Tools" section, it has a program called pgAdmin
(hosted by Great Bridge). This might allow you to view table
relationships, without MS Access. Not sure, it's on my schedule to
take a look at this program in the next few days.

If you can make use of a unix box (probably linux) instead of Windows,
then DdDesigner might do the trick too (in the "ERD Tools" section).
Failing that, pgAccess (also in the "Administration Tools" section) can
be used to display a schema graphically, but you have to manually link
the table relationships together onscreen, and it can only generate
PostScript output files from what I remember.

:-)

Regards and best wishes,

Justin Clift

Steve Werby wrote:
>
> I am looking for a program to convert a PostgreSQL database to Access. I'm
> not migrating to Access, I simply want an easy way to load the schema into
> Access so I can get a graphical view of the table relationships which I can
> print a hard copy from and make notes on for a project I've inherited. I
> have already searched on Google and the list archives at the AIMS Group.
> I know I can dump the schema using "pg_dump -s", but I was hoping for a
> program that could automate the conversion. Or if there's an open source
> Windows or PHP-based web application that can generate the output I want
> directly from PostgreSQL that would be even better.
>
> --
> Steve Werby
> President, Befriend Internet Services LLC
> http://www.befriend.com/
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2001-07-19 04:59:34 Re: Migration
Previous Message Tom Lane 2001-07-19 04:11:47 Re: RPM source files should be in CVS (was Re: psql -l)