--- syslog.sql 2009/04/10 22:08:06 4 +++ syslog.sql 2009/04/11 08:30:33 5 @@ -7,10 +7,10 @@ timestamp timestamp default now(), ip inet not null, hostname text not null, - facility int not null, - priority int not null, - level int not null, - program text not null, + facility int, + priority int, + level int, + program text, message text, PRIMARY KEY (id) );