Project

General

Profile

« Previous | Next » 

Revision 1589

Added by Jing Tao about 21 years ago

Change some comment and add code to drop xml_accesssubtree table.

View differences:

xmltables.sql
37 37

  
38 38
DROP TABLE xml_index;
39 39
DROP TABLE xml_access;
40
DROP TABLE xml_accesssubtree;
40 41
DROP TABLE xml_revisions;
41 42
DROP TABLE xml_relation;
42 43
DROP TABLE xml_documents;
......
296 297
/
297 298

  
298 299
/* 
299
 * accessSubtree -- table to store access subtree info 
300
 * accesssubtree -- table to store access subtree info 
300 301
 */
301 302
CREATE TABLE xml_accesssubtree (
302 303
	docid		VARCHAR2(250),	-- the document id #

Also available in: Unified diff