Changes between Version 9 and Version 10 of drmsSubscribe
- Timestamp:
- 03/09/15 08:13:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
drmsSubscribe
v9 v10 104 104 DELETE FROM hmi.drms_segment where seriesname = 'hmi.v_720s'; 105 105 DELETE FROM hmi.drms_keyword where seriesname = 'hmi.v_720s'; 106 DELETE FROM hmi.drms_link where seriesname = 'hmi.v_720s'; 106 107 }}} 107 108 108 109 NOTE that you MUST then subscribe. Otherwise your slony updates may pertain to this table, which could cause slony updates to fail. 110 111 Not every series has links, so it is possible that the cleanup of hmi.drms_link above may be superfluous. 109 112 110 113 If you miss more than about a month's worth of slony updates, it will be necessary to unsubscribe and resubscribe to regenerate your data tables. Obviously, this is to be avoided.