Project

General

Profile

« Previous | Next » 

Revision 1292

Added by Jing Tao almost 22 years ago

Merge cvs branch replication to cvs head.

View differences:

xmltables_postgres.sql
48 48
  serverid INT8 default nextval('xml_replication_id_seq'), 
49 49
  server VARCHAR(512),
50 50
  last_checked DATE,
51
  replicate INT8, 
51
  replicate INT8,
52
  datareplicate INT8,
53
  hub INT8,
52 54
  CONSTRAINT xml_replication_pk PRIMARY KEY (serverid)
53 55
);  
54 56

  
55
INSERT INTO xml_replication (serverid, server, replicate) VALUES ('1', 'localhost', '0');
57
INSERT INTO xml_replication (server, replicate, datareplicate, hub) VALUES ('localhost', '0', '0', '0');
56 58

  
57 59
/* 
58 60
 * Nodes -- table to store XML Nodes (both elements and attributes)

Also available in: Unified diff