gnumed-devel
[Top][All Lists]
Advanced

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

[Gnumed-devel] gmconfiguration


From: Karsten Hilbert
Subject: [Gnumed-devel] gmconfiguration
Date: Wed, 10 Jul 2002 19:39:26 +0200
User-agent: Mutt/1.3.22.1i

The different purposes of the various fields in config_desc
are not immediately clear to me.

In short, this seems overly complicated ?

I was thinking of a flatter table structure like this:

create table config_item (
    id,
    context,
    option,
    value,
    type,
    desc_id -> config_desc(id)
);

create table config_desc (
    id,
    description
)

What is this lacking as opposed to what's in CVS now ?

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

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