On fös, 2006-05-19 at 12:21 -0700, Siah wrote:
> Some pointers could help. & any arguments pro/against saving bin data
> in db?
pro: backups can be made with pg_dump only.
if binary data is stored in filesystem, your backup
procedure gets more complicated, specially if your
binary files can get updated during backup.
gnari