We
have been using PostgreSQL on Mac OS X for about a year now. Ongoing monitoring
has proven very easy because the DBMS engine is so reliable, and mostly I use
phpPgAdmin, an extremely useful tool. However, its worth my while to make it
even easier. I would like a tool that would send an e
We've actually implemented this kind of thing in a different DBMS. The
physical design consists of a single "organization" table that's something
like:
Org_key (primary key)
Org_type (group, company, etc.)
Org_level (group is 1, company is 2, etc.)
Org_parent_key (foreign key to or