Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
grp : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.grp_tree.
|
org_unit : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
penalty : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES config.standing_penalty.
|
threshold : numeric(8,2)
--
NOT NULL ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
grp : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.grp_tree.
|
perm : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.perm_list.
|
depth : integer
--
NOT NULL ,
|
grantable : boolean
--
NOT NULL ,
DEFAULT false ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
name : text
--
UNIQUE ,
NOT NULL ,
|
parent : integer
--
REFERENCES permission.grp_tree.
|
usergroup : boolean
--
NOT NULL ,
DEFAULT true ,
|
perm_interval : interval
--
NOT NULL ,
DEFAULT '3 years'::interval ,
|
description : text -- |
application_perm : text -- |
hold_priority : integer
--
NOT NULL ,
|
Indexes:
grp_tree_parent_idx : parent |
Tables referencing actor.usr via Foreign Key Constraints:
actor.usr | config.circ_matrix_matchpoint |
config.hold_matrix_matchpoint | permission.grp_penalty_threshold |
permission.grp_perm_map | permission.grp_tree |
permission.usr_grp_map |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
code : text
--
UNIQUE ,
NOT NULL ,
|
description : text -- |
Indexes:
perm_list_code_idx : code |
Tables referencing config.org_unit_setting_type via Foreign Key Constraints:
config.org_unit_setting_type | config.z3950_source |
permission.grp_perm_map | permission.usr_object_perm_map |
permission.usr_perm_map |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
usr : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.usr.
|
grp : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.grp_tree.
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
usr : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.usr.
|
perm : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.perm_list.
|
object_type : text
--
UNIQUE#1 ,
NOT NULL ,
|
object_id : text
--
UNIQUE#1 ,
NOT NULL ,
|
grantable : boolean
--
NOT NULL ,
DEFAULT false ,
|
Indexes:
uopm_usr_idx : usr |
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
usr : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.usr.
|
perm : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES permission.perm_list.
|
depth : integer
--
NOT NULL ,
|
grantable : boolean
--
NOT NULL ,
DEFAULT false ,
|
Columns:
field name : datatype -- parameters, contraints and notes |
id : serial
--
PRIMARY KEY ,
|
usr : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.usr.
|
work_ou : integer
--
UNIQUE#1 ,
NOT NULL ,
REFERENCES actor.org_unit.
|
Report any errors in this documentation using Launchpad.
Documentation for Evergreen version 2.2
Copyright © 2007-2012,
Memebers of the Evergreen Project