Hamish wrote: > OT: can tools/sql.sh be adapted to work with SQLite as the target DB? AFAICT, you would need to replace the \copy commands with .import (and change the .lst format to match), and replace SELECT ... INTO with CREATE TABLE ... AS. -- Glynn Clements <glynn at gclements.plus.com>