Project

General

Profile

« Previous | Next » 

Revision 629

Added by berkley over 23 years ago

added support for one way replication

View differences:

xmltables.sql
47 47
  serverid      NUMBER(20),
48 48
  server        VARCHAR2(512),
49 49
  last_checked  DATE,
50
  replicate     NUMBER(1), 
50 51
  CONSTRAINT xml_replication_pk PRIMARY KEY (serverid)
51 52
);  
52 53
  
......
60 61
END;
61 62
/
62 63

  
63
INSERT INTO xml_replication (serverid, server) VALUES ('1', 'localhost');
64
INSERT INTO xml_replication (serverid, server, replicate) VALUES ('1', 'localhost', '0');
64 65

  
65 66
/* 
66 67
 * Nodes -- table to store XML Nodes (both elements and attributes)

Also available in: Unified diff