actor.patron_loader_log

Deferrable Constraints: The following FK constraints are deferrable — they are checked at transaction end, not statement end: actor_patron_loader_log_org_fkey.

Columns

Column Type Nullable Default Notes

id

integer

No

nextval('actor.patron_loader_log_id_seq'::regclass)

session

bigint

Yes

org_unit FK

integer

No

actor.org_unit(id)

event

text

Yes

record_count

integer

Yes

logtime

timestamp without time zone

Yes

now()

Foreign Keys

Column(s) References On Delete On Update Deferrable Constraint

org_unit

actor.org_unit(id)

NO ACTION

NO ACTION

DEFERRED

actor_patron_loader_log_org_fkey