create table tdata ( id serial primary key, name text, mail text, url text, mess text, cat text, date timestamp default 'now', host text );