Revision 2515
Added by sgarg over 19 years ago
src/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
Fixed bug in previous commit