Gordon Golding wrote: >Does Postgres have any sort of facility for easy record loading? > > It has a 'LOAD' function. You usually put that into the file and then execute it with 'psql -f data.sql'. Try 'help load' at the psql prompt.