On Jul 16, 2007, at 9:26 AM, Francisco Reyes wrote:
> I guess the next question is 'what does postgresql considers a blob'?
> bytea fields? How about a large text with megabytes worth of data?
bytea and text fields are NOT blobs. they are what you access via
the 'large object' functions.