-- -- A temporary table for holding uploaded XML documents for the -- duration of a transaction, until they can be inserted into -- the content repository. -- CREATE TABLE cr_xml_docs ( doc_id integer PRIMARY KEY NOT NULL, doc text(-5) ); -- Table size: 0 bytes -- Table rows: 0