summaryrefslogtreecommitdiffstats
path: root/weblog-adhocquery-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-adhocquery-html.lsp')
-rw-r--r--weblog-adhocquery-html.lsp5
1 files changed, 3 insertions, 2 deletions
diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp
index 538bd54..c581fbe 100644
--- a/weblog-adhocquery-html.lsp
+++ b/weblog-adhocquery-html.lsp
@@ -28,7 +28,7 @@ This form accepts a Postgresql SELECT statement and displays the results. Exampl
</ul>
The available database tables and descriptions are as follows:<br>
<H3>PubWeblog and PubBlocklog</H3>
-These tables contain the combined squid access log and dansguardian log for every access and blocked accesses respectively. The definition of the table is as follows:
+These tables contain the combined squid access log and dansguardian log for every access and blocked access respectively. The definition of the table is as follows:
<pre>
(
sourcename character varying(40),
@@ -38,7 +38,8 @@ These tables contain the combined squid access log and dansguardian log for ever
uri text NOT NULL,
bytes integer NOT NULL,
reason text,
- score integer
+ score integer,
+ shortreason text
)
</pre>
<H3>dbHistLog</H3>