in reply to Object Persistence to PostGRESQL

If you want to treat each record as an object (especially as a blessed hash), you can use the techniques in my DBI article to insert and select data very quickly and easily.

(To be fair, there are also some CPAN modules which are finer-grained than just serializing a data structure and dumping the results in a LONG column. Class::Tangram first comes to mind, though there are many others.)