CREATE TABLE urlpool (url text, fetchdate abstime, pushdate abstime, score int4, errorcode int4, PRIMARY KEY (url)); CREATE TABLE host2ip (host text, ip text, PRIMARY KEY (host)); CREATE TABLE ip2host (ip text, host text, PRIMARY KEY (ip));