IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2010, 10:50:29 AM (16 years ago)
Author:
bills
Message:

Add table Label which through priority column may be used to order
items pending for processing.
Implement usage of this table in the pstamptool pending modes and
chiptool -pendingimfile.
Various other postage stamp changes including adding pstampDependent.outdir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pstamptool_getdependent.sql

    r27795 r27856  
    11SELECT DISTINCT pstampDependent.*
    22FROM pstampDependent
    3 JOIN pstampJob USING(dep_id)
    4 JOIN pstampRequest USING(req_id)
     3-- JOIN pstampJob USING(dep_id)
     4-- JOIN pstampRequest USING(req_id)
    55WHERE pstampDependent.state = 'new'
Note: See TracChangeset for help on using the changeset viewer.