Forum OpenACS Development: Adding "text" storage type to cr_import_content

For adding the ability to upload HTML content from a file into ETP, I was planning on using cr_import_content. It looks like that does not support a text storage type.

As far as I can tell, Oracle only has lob, and file storage. When you call content_item__new the pl/sql checks for text and changes it to lob when the item is created.

So, if I add text storage to cr_import_content, do I need to bother writing any sort of query for oracle, or would a postgresql specific one be ok?