Hans Kristian Rosbach wrote:

Couldn't this be solved by having a headers table like this?

Create table headers(
        hid serial primary key,
        physmessage_id int not null,
        header varchar not null,
        value varchar not null,
);

This and similar solutions were discussed and definitely are the way to go - but not for the 2.0.x series, which should be backwards compatible on database structure.

Yours, Mikhail Ramendik

Reply via email to