create table test3( number int, title text, contents text, name text, ip text, datetime text ); grant all on test3 to nobody; create sequence hoge; grant all on hoge to nobody;