> Are there docs on how to load delimited files into the database?
Look into the SQL reference for the "COPY" command or the \copy option in
the psql man page.
One thing to look out for is whether the file is readable by the
front/backend depending on which method you use.
If your data needs some massaging then, as always, perl is your friend.
- Richard Huxton