Powered by Olark

Database Schema

PG autodoc has been cronned to communicate GNUmed's PG table layouts in the following formats:

Cautions about the HTML output:

  • lists foreign key references, but does not show the ON UPDATE/DELETE behaviour (available in the /server/sql/ files)
  • lists formal COMMENT ON ... entries, but not the in-line commenting from the sql files
  • does not show multicolumn UNIQUE constraints -- for example 'unique (id_patient, description)' for the table clin.health_issue
  • does not show inheritance, though it can be inferred when fields interposed above a table's primary key field (available in the /server/sql/ files)

Or else you could take a look at dumps of the public database (again, generated daily):

To get down to the nitty-gritty details you might want to take a look at

which are used to bootstrap the database.

Also available are:

Topic revision: r18 - 07 Aug 2010 - 03:46:27 - JamesBusser
 

TWIKI.NET
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback