IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38134 for trunk/ippTools/share


Ignore:
Timestamp:
Apr 16, 2015, 2:01:54 PM (11 years ago)
Author:
bills
Message:

Add functions to extract the contents of 3 new tables
pstampUser pstampUserDomain and pstampAccessLevel.

pstampUserDomain sets integer accessLevel value for users with email addresses from
the specified domain. For example ifa.hawaii.edu

pstampUser may be used to override the domains values for specific users. For example
mops@…

pstampAccessLevel has primary key(proj_id, accessLevel) and a set of date limits mjd_min and
mjd_max. We can use this to look up the range of dates that a user with a given accessLevel
may access for the given project. (gpc1, gpc2, etc)

Location:
trunk/ippTools/share
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r38080 r38134  
    347347        pstamptool_listjob.sql \
    348348        pstamptool_listfile.sql \
     349        pstamptool_listuser.sql \
    349350        pstamptool_pendingcleanup.sql \
    350351        pstamptool_pendingdependent.sql \
Note: See TracChangeset for help on using the changeset viewer.