Re: Free Tool to design Postgres Databases - Mailing list pgsql-general

From Martin Gainty
Subject Re: Free Tool to design Postgres Databases
Date
Msg-id BLU142-W15E2BA4169E6E4D0E8A4A8AEC00@phx.gbl
Whole thread Raw
In response to Re: Free Tool to design Postgres Databases  (Wolfgang Keller <feliphil@gmx.net>)
Responses Re: Free Tool to design Postgres Databases
List pgsql-general
Wolfgang

I am compiling 8.4.1 and am seeking any/all architecture documents..right now the architecture (relationship of classes) i see is extracted from makefile dependencies
An architecture document will detail the layout of the System Tables and their classes(sorry as neither C++/java is not the codebase this would be C functions)
something like
Tablespace - Tablespace.c<pp>
                   Extents and allocation Parameters in StorageParams.c<pp>
Tables       -  Tables.c<pp>
                   Indexes and key assignments in Index.c<pp>
                   Cursor assignments via cursors.c
                     ReadCursor.c<pp>
                     UpdateableCursor.c<pp>
                   Column assignments on known datatypes
                     Int.c
                     VARCHAR.c
                     Date.c
Roles         -  Roles which will be assigned for group and User classes - Roles.c<pp>
                   Users - individual Users which are assigned predefined Roles -Users.c<pp>
Packages   -  external packages which extend implement Postgres functionality for specific Application Systems packages.c<pp>
                   Postgis - A geographic Information System which enables one to provide Geometry and or WKT parameters which map to core Postgres tables - Postgis.c<pp>

Would appreciate any documentation which identified core functions, maps base core functions to actual c file names (and ot their library names)

*gruss*
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.






> Date: Tue, 20 Oct 2009 12:27:06 +0200
> From: feliphil@gmx.net
> To: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Free Tool to design Postgres Databases
>
> > I'am searching for a free tool to design a Postgre Database. There is
> > something similar to MySQL Workbench?
>
> http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
>
> I've tried out nearly every (affordable or free) ER tool that's available and so far the one I like the most is DB-Main (http://www.db-main.com/doc.php?id=to1&lang=2). Which is not mentioned on the page above.
>
> Sincerely,
>
> Wolfgang
>
> --
> NO "Courtesy Copies" PLEASE!
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up now.

pgsql-general by date:

Previous
From: Thom Brown
Date:
Subject: Re: [pgeu-general] PGDay.EU 2009 - approaching fast!
Next
From: Thom Brown
Date:
Subject: PostgreSQL driver for Joomla review