Subject: | Add lo_create() and lo_import_with_oid() to DBD::Pg to create large objects |
PostgreSQL 8.4 contains two new functions to create/import large objects
while explicitely setting their oid: lo_create() and
lo_import_with_oid(). It would be great if a future version of DBD::Pg
gives access to these functions.
Details on those functions are found in the PostgreSQL manual:
http://www.postgresql.org/docs/8.4/interactive/lo-interfaces.html