aboutsummaryrefslogtreecommitdiff
path: root/contrib/tips/README.apachelog
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tips/README.apachelog')
-rw-r--r--contrib/tips/README.apachelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tips/README.apachelog b/contrib/tips/README.apachelog
index 8e9096241ea..964c6ec1a3a 100644
--- a/contrib/tips/README.apachelog
+++ b/contrib/tips/README.apachelog
@@ -69,7 +69,7 @@ not as a finished idea.
--- apachelog.sql : ---
drop table access;
-CREATE TABLE access (host char(200), ident char(200), authuser char(200), accdate datetime, request char(500), ttime int2, status int2, bytes int4) archive = none;
+CREATE TABLE access (host char(200), ident char(200), authuser char(200), accdate timestamp, request char(500), ttime int2, status int2, bytes int4) archive = none;
grant all on access to nobody;
--- httpconf.txt: ---