gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] schema verification


From: Karsten Hilbert
Subject: [Gnumed-devel] schema verification
Date: Sat, 22 Oct 2011 10:07:10 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Maybe a morsel of information is in order regarding schema
verification:

GNUmed dumps the table structure (table names, column names,
column data types), creates an md5 hash thereof, and
compares the result to known hashes.

In case someone would like to check one database schema
against another (say, a "known good" one such as the public
DB) one would run

        select gm.concat_table_structure();

in both databases and compare the output (by, say, piping
the output into text files and diffing).

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]