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_postgres.sql
32 32

  
33 33
DROP TABLE xml_index;
34 34
DROP TABLE xml_access;
35
DROP TABLE xml_accesssubtree;
35 36
DROP TABLE xml_revisions;
36 37
DROP TABLE xml_relation;
37 38
DROP TABLE xml_documents;
......
242 243
);
243 244

  
244 245
/* 
245
 * accessSubtree -- table to store access subtree info 
246
 * accesssubtree -- table to store access subtree info 
246 247
 */
247 248
CREATE TABLE xml_accesssubtree (
248 249
	docid		VARCHAR(250),	-- the document id #

Also available in: Unified diff