uploading files

Rick Gigger <rick@alpinenetworking.com>

From: "Rick Gigger" <rick@alpinenetworking.com>
To: "PgSQL General ML" <pgsql-general@postgresql.org>
Date: 2003-11-18T19:11:53Z
Lists: pgsql-general
What is the best method for storing files in postgres?  Is it better to use
the large object functions or to just encode the data and store it in a
regular text or data field?