create table pdp8docs ( id serial, 
docname char(32),
doctype char(32),
title char(100),
date char(32),
size int4,
filename char(100) unique,
sort char(32),
keywords text,
site char(64)
);
