Bruno Boettcher wrote: > > Hello, > i was wondering if there was some tool to display graphically SQL > tables and relations between them ... especially in the case of a > postgres database...
there are some solutions... one i know to work is installing odbc and use staroffice, it's db-module (starbase?) can create/edit db's with/in postgres and give you a graphic view of tables and relations. but odbs/so is not capable of doing all db manipulations you may do manually, as you can by using psql. -- MfG Gehard Kroder

