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:

reviseformetacat13_postgres.sql
21 21
ALTER TABLE xml_access ADD endnodeid INT8;
22 22

  
23 23
/*
24
 * accessSubtree -- table to store access subtree info
24
 * accesssubtree -- table to store access subtree info
25 25
 */
26 26
CREATE TABLE xml_accesssubtree (
27 27
        docid           VARCHAR(250),   -- the document id #

Also available in: Unified diff