IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2009, 5:28:09 PM (17 years ago)
Author:
Paul Price
Message:

Adding script to do the actual publishing to DataStore. Decided to bundle all components into the same script (we're working with detections, it's serial, should be fast) to simply things (can remove the 'advance' mode for pubtool). Everything compiles, not tested yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTools/share/pubtool_revert.sql

    r24413 r24427  
    1 DELETE FROM publishFile
    2 USING publishFile, publishRun, publishClient
    3 WHERE publishFile.pub_id = publishRun.pub_id
     1DELETE FROM publishDone
     2USING publishDone, publishRun, publishClient
     3WHERE publishDone.pub_id = publishRun.pub_id
    44    AND publishRun.client_id = publishClient.client_id
    5     AND receiveResult.fault != 0
     5    AND publishDone.fault != 0
Note: See TracChangeset for help on using the changeset viewer.