Project

General

Profile

« Previous | Next » 

Revision 2515

Added by sgarg almost 19 years ago

Fixed bug in previous commit

View differences:

xmltables-postgres.sql
309 309
        parentnodeid INT8,      -- id of the parent of the node represented
310 310
                                -- by this row
311 311
   CONSTRAINT xml_path_index_pk PRIMARY KEY (nodeid),
312
   CONSTRAINT xml_path_index_upper_docid_fk
312
   CONSTRAINT xml_path_index_docid_fk
313 313
                FOREIGN KEY (docid) REFERENCES xml_documents
314 314
);
315 315

  

Also available in: Unified diff