What is the best method for storing files in postgres? Is it better to usethe large object functions or to just encode the data and store it in aregular text or data field?