create table temp_slurps (line text); copy temp_slurps ( line ) from program 'links -dump -width 512 ${url}'; select * from temp_slurps ; -- where ...