On Mon, Oct 10, 2005 at 19:45:33 -0400, Robert L Cochran <cochranb@xxxxxxxxxxxxx> wrote: > If you need to work with BLOBs, be aware that PostgreSQL doesn't have a > BLOB data type. Postgres has bytea and a large object type. text fields can also be quite large. (Though if you want to use the text field as part of an index, the limit is on the order of thousands of characters.)