/[sysplogd]/syslog.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /syslog.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by dpavlin, Fri Apr 10 21:22:01 2009 UTC revision 5 by dpavlin, Sat Apr 11 08:30:33 2009 UTC
# Line 7  CREATE TABLE log ( Line 7  CREATE TABLE log (
7          timestamp timestamp default now(),          timestamp timestamp default now(),
8          ip inet not null,          ip inet not null,
9          hostname text not null,          hostname text not null,
10          facility int not null,          facility int,
11          priority int not null,          priority int,
12          level int not null,          level int,
13          program text not null,          program text,
14          message text,          message text,
15          PRIMARY KEY (id)          PRIMARY KEY (id)
16  );  );

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26