2019-10-25 14:57:01.344 UTC [10107] LOG: database system was shut down at 2019-10-25 14:57:01 UTC 2019-10-25 14:57:01.353 UTC [10105] LOG: database system is ready to accept connections 2019-10-25 14:57:01.907 UTC [10114] [unknown]@[unknown] LOG: incomplete startup packet 2019-10-25 14:57:02.420 UTC [10117] postgres@template1 LOG: duration: 0.029 ms 2019-10-25 14:57:02.932 UTC [10120] postgres@template1 LOG: duration: 0.030 ms 2019-10-25 14:57:03.444 UTC [10123] postgres@template1 LOG: duration: 0.032 ms 2019-10-25 14:57:06.451 UTC [10144] folio_admin@okapi_modules LOG: plan: 2019-10-25 14:57:06.451 UTC [10144] folio_admin@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {SEQSCAN :startup_cost 0.00 :total_cost 1.07 :plan_rows 1 :plan_width 64 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 1207 :opfuncid 858 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 50 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 63 :constvalue 15 [ 60 0 0 0 37 95 109 111 100 95 117 115 101 114 115 ] } ) :location 58 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname pg_namespace :colnames ("nspname" "nspowner" "nspacl") } :rtekind 0 :relid 2615 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 2615) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 76 } 2019-10-25 14:57:06.451 UTC [10144] folio_admin@okapi_modules STATEMENT: select nspname from pg_catalog.pg_namespace where nspname LIKE '%_mod_users'; 2019-10-25 14:57:06.451 UTC [10144] folio_admin@okapi_modules LOG: duration: 1.231 ms 2019-10-25 14:57:06.482 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:06.482 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:06.482 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:06.482 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:06.456Z') 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 90.02 :total_cost 90.03 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 8.99 :total_cost 89.91 :plan_rows 44 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 67 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 81 :constvalue 10 [ 40 0 0 0 97 99 116 105 118 101 ] } ) :location 78 } ) :location 56 } ) :location 50 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 92 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 8.98 :plan_rows 94 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16701 :isshared false :indexqual ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 48 54 46 52 53 54 90 ] } ) :location 160 } ) :indexqualorig ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 129 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 18 [ 72 0 0 0 101 120 112 105 114 97 116 105 111 110 68 97 116 101 ] } ) :location 140 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 48 54 46 52 53 54 90 ] } ) :location 160 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 129 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 18 [ 72 0 0 0 101 120 112 105 114 97 116 105 111 110 68 97 116 101 ] } ) :location 140 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 48 54 46 52 53 54 90 ] } ) :location 160 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:06.456Z') 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:06.487 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:06.456Z') 2019-10-25 14:57:06.489 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 7.425 ms 2019-10-25 14:57:08.001 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.001 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.001 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:08.001 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) 2019-10-25 14:57:08.002 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.002 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 8.43 :total_cost 8.44 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.15 :total_cost 8.42 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 80 :constvalue 12 [ 48 0 0 0 117 115 101 114 110 97 109 1 01 ] } ) :location 77 } ) :location 55 } ) :location 49 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 15 [ 60 0 0 0 100 105 107 117 92 95 97 100 109 105 110 ] } ) :location 93 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16702 :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 14 [ 56 0 0 0 100 105 107 117 95 97 100 109 105 110 ] } ) :location -1 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 80 :constvalue 12 [ 48 0 0 0 117 115 101 114 110 97 109 1 01 ] } ) :location 77 } ) :location 55 } ) :location 49 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 14 [ 56 0 0 0 100 105 107 117 95 97 100 109 105 110 ] } ) :location -1 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.002 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) 2019-10-25 14:57:08.003 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.003 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.003 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:08.003 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) 2019-10-25 14:57:08.003 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 2.736 ms 2019-10-25 14:57:08.007 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.007 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.007 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:08.007 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) LIMIT 10 OFFSET 0 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.15 :total_cost 8.42 :plan_rows 1 :plan_width 1083 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16688 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16688 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16688 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16688 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname patrongroup :ressortgroupref 0 :resorigtbl 16688 :resorigcol 5 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.15 :total_cost 8.42 :plan_rows 1 :plan_width 1083 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16688 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16688 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16688 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16688 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname patrongroup :ressortgroupref 0 :resorigtbl 16688 :resorigcol 5 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 59 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 73 :constvalue 12 [ 48 0 0 0 117 115 101 114 110 97 109 1 01 ] } ) :location 70 } ) :location 48 } ) :location 42 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 15 [ 60 0 0 0 100 105 107 117 92 95 97 100 109 105 110 ] } ) :location 86 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16702 :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 14 [ 56 0 0 0 100 105 107 117 95 97 100 109 105 110 ] } ) :location -1 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 59 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 73 :constvalue 12 [ 48 0 0 0 117 115 101 114 110 97 109 1 01 ] } ) :location 70 } ) :location 48 } ) :location 42 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 14 [ 56 0 0 0 100 105 107 117 95 97 100 109 105 110 ] } ) :location -1 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) LIMIT 10 OFFSET 0 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'username')) LIKE lower(f_unaccent('diku\_admin')) LIMIT 10 OFFSET 0 2019-10-25 14:57:08.009 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 2.542 ms 2019-10-25 14:57:09.103 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.103 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 15.51 :total_cost 15.52 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 15.50 :plan_rows 2 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 61 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 69 :constvalue 10 [ 40 0 0 0 117 115 101 114 73 100 ] } ) :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 81 :constvalue 40 [ -96 0 0 0 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 49 55 5 2 48 100 53 ] } ) :location 79 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname auth_credentials :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16801 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16801) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.103 UTC [10147] diku_mod_login@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_login.auth_credentials WHERE (jsonb->>'userId') = '91b49891-a629-5b9c-a1f6-ccd3351740d5' 2019-10-25 14:57:09.107 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 8.688 ms 2019-10-25 14:57:09.195 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.195 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {SEQSCAN :startup_cost 0.00 :total_cost 15.50 :plan_rows 2 :plan_width 224 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16801 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 16801 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 61 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 69 :constvalue 10 [ 40 0 0 0 117 115 101 114 73 100 ] } ) :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 81 :constvalue 40 [ -96 0 0 0 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 49 55 52 48 1 00 53 ] } ) :location 79 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname auth_credentials :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16801 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16801) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.195 UTC [10147] diku_mod_login@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_login.auth_credentials WHERE (jsonb->>'userId') = '91b49891-a629-5b9c-a1f6-ccd3351740d5' 2019-10-25 14:57:09.195 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 1.507 ms 2019-10-25 14:57:09.356 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.356 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {SEQSCAN :startup_cost 0.00 :total_cost 20.50 :plan_rows 4 :plan_width 48 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16816 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 16816 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 58 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 66 :constvalue 10 [ 40 0 0 0 117 115 101 114 73 100 ] } ) :location 63 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 78 :constvalue 40 [ -96 0 0 0 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 49 55 52 48 1 00 53 ] } ) :location 76 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname auth_attempts :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16816 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16816) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.356 UTC [10147] diku_mod_login@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_login.auth_attempts WHERE (jsonb->>'userId') = '91b49891-a629-5b9c-a1f6-ccd3351740d5' 2019-10-25 14:57:09.356 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 3.729 ms 2019-10-25 14:57:09.403 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 1.067 ms 2019-10-25 14:57:09.403 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.403 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 2 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {MODIFYTABLE :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 94 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :operation 2 :canSetTag true :nominalRelation 1 :partitioned_rels <> :resultRelations (i 1) :resultRelIndex 0 :rootResultRelIndex -1 :plans ( {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 94 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {CONST :consttype 3802 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 178 [ -56 2 0 0 4 0 0 32 2 0 0 -128 6 0 0 0 11 0 0 0 12 0 0 0 36 0 0 0 36 0 0 0 28 0 0 0 7 0 0 16 105 100 117 115 101 114 73 100 108 97 115 116 65 116 116 101 109 112 116 97 116 116 101 109 112 116 67 111 117 110 116 97 101 52 53 49 49 102 48 45 55 49 51 100 45 52 55 101 55 45 57 100 51 51 45 100 48 10 0 98 101 54 102 55 102 53 54 101 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 4 9 55 52 48 100 53 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 48 57 46 51 54 56 43 48 48 48 48 0 24 0 0 0 0 -128 ] } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno -1 :vartype 27 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno -1 :location -1 } :resno 5 :resname ctid :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk true } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b 0) :allParam (b 0) :scanrelid 1 :indexid 16822 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 65 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 68 :constvalue 16 [ -82 69 17 -16 113 61 71 -25 -99 51 -48 -37 -26 -9 -11 110 ] } ) :location 67 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 65 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 68 :constvalue 16 [ -82 69 17 -16 113 61 71 -25 -99 51 -48 -37 -26 -9 -11 110 ] } ) :location 67 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } ) :withCheckOptionLists <> :returningLists <> :fdwPrivLists (<>) :fdwDirectModifyPlans (b) :rowMarks <> :epqParam 0 :onConflictAction 0 :arbiterIndexes <> :onConflictSet <> :onConflictWhere <> :exclRelRTI 0 :exclRelTlist <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname auth_attempts :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16816 :relkind r :tablesample <> :lateral false :inh false :inFromCl false :requiredPerms 6 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b 10) :securityQuals <> } ) :resultRelations (i 1) :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16816) :invalItems <> :nParamExec 1 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.403 UTC [10147] diku_mod_login@okapi_modules STATEMENT: UPDATE diku_mod_login.auth_attempts SET jsonb = $1::jsonb WHERE id='ae4511f0-713d-47e7-9d33-d0dbe6f7f56e' 2019-10-25 14:57:09.403 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 0.522 ms 2019-10-25 14:57:09.416 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.416 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 1 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {NULLTEST :arg {PARAM :paramkind 0 :paramid 14 :paramtype 1114 :paramtypmod -1 :paramcollid 0 :location 7 } :nulltesttype 0 :argisrow false :location 25 } :resno 1 :resname ?column? :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.416 UTC [10147] diku_mod_login@okapi_modules CONTEXT: SQL statement "SELECT NEW.creation_date IS NULL" PL/pgSQL function set_auth_attempts_md_json() line 1 at IF 2019-10-25 14:57:09.416 UTC [10147] diku_mod_login@okapi_modules STATEMENT: UPDATE diku_mod_login.auth_attempts SET jsonb = $1::jsonb WHERE id='ae4511f0-713d-47e7-9d33-d0dbe6f7f56e' 2019-10-25 14:57:09.424 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.424 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 3305 :funcresulttype 3802 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {PARAM :paramkind 0 :paramid 14 :paramtype 3802 :paramtypmod -1 :paramcollid 0 :location 17 } {CONST :consttype 1009 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 28 :constvalue 32 [ -128 0 0 0 1 0 0 0 0 0 0 0 25 0 0 0 1 0 0 0 1 0 0 0 24 0 0 0 105 100 0 0 ] } {FUNCEXPR :funcid 3787 :funcresulttype 3802 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ( {PARAM :paramkind 0 :paramid 16 :paramtype 2950 :paramtypmod -1 :paramcollid 0 :location 45 } ) :location 36 } {CONST :consttype 16 :consttypmod -1 :constcollid 0 :constlen 1 :constbyval true :constisnull false :location -1 :constvalue 1 [ 1 0 0 0 0 0 0 0 ] } ) :location 7 } :resno 1 :resname jsonb_set :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.424 UTC [10147] diku_mod_login@okapi_modules CONTEXT: SQL statement "SELECT jsonb_set(NEW.jsonb, '{id}', to_jsonb(NEW.id))" PL/pgSQL function set_id_in_jsonb() line 1 at assignment 2019-10-25 14:57:09.424 UTC [10147] diku_mod_login@okapi_modules STATEMENT: UPDATE diku_mod_login.auth_attempts SET jsonb = $1::jsonb WHERE id='ae4511f0-713d-47e7-9d33-d0dbe6f7f56e' 2019-10-25 14:57:09.425 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.425 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.425 UTC [10147] diku_mod_login@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:09.425 UTC [10147] diku_mod_login@okapi_modules STATEMENT: UPDATE diku_mod_login.auth_attempts SET jsonb = $1::jsonb WHERE id='ae4511f0-713d-47e7-9d33-d0dbe6f7f56e' 2019-10-25 14:57:09.426 UTC [10147] diku_mod_login@okapi_modules LOG: plan: 2019-10-25 14:57:09.426 UTC [10147] diku_mod_login@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.426 UTC [10147] diku_mod_login@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:09.426 UTC [10147] diku_mod_login@okapi_modules STATEMENT: UPDATE diku_mod_login.auth_attempts SET jsonb = $1::jsonb WHERE id='ae4511f0-713d-47e7-9d33-d0dbe6f7f56e' 2019-10-25 14:57:09.426 UTC [10147] diku_mod_login@okapi_modules LOG: duration: 23.145 ms 2019-10-25 14:57:09.464 UTC [10148] diku_mod_configuration@okapi_modules LOG: plan: 2019-10-25 14:57:09.464 UTC [10148] diku_mod_configuration@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.464 UTC [10148] diku_mod_configuration@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:09.464 UTC [10148] diku_mod_configuration@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_configuration.config_data WHERE lower(f_unaccent(config_data.jsonb->>'module')) LIKE lower(f_unaccent('EVENT\_LOG')) 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules LOG: plan: 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 30.22 :total_cost 30.23 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 30.21 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1184 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 80 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 10 [ 40 0 0 0 109 111 100 117 108 101 ] } ) :location 97 } ) :location 69 } ) :location 63 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 14 [ 56 0 0 0 101 118 101 110 116 92 95 108 111 103 ] } ) :location 111 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname config_data :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16613 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16613) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_configuration.config_data WHERE lower(f_unaccent(config_data.jsonb->>'module')) LIKE lower(f_unaccent('EVENT\_LOG')) 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules LOG: plan: 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:09.471 UTC [10148] diku_mod_configuration@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_configuration.config_data WHERE lower(f_unaccent(config_data.jsonb->>'module')) LIKE lower(f_unaccent('EVENT\_LOG')) 2019-10-25 14:57:09.475 UTC [10148] diku_mod_configuration@okapi_modules LOG: duration: 12.141 ms 2019-10-25 14:57:10.777 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.777 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.777 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:10.777 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) 2019-10-25 14:57:10.783 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.783 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 94.79 :total_cost 94.80 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 94.79 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 84 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 110 :constvalue 10 [ 40 0 0 0 117 115 101 114 73 100 ] } ) :location 107 } ) :location 73 } ) :location 67 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 49 55 5 2 48 100 53 ] } ) :location 121 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions_users :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16544 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16544) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.783 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) 2019-10-25 14:57:10.784 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.784 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.784 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:10.784 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) 2019-10-25 14:57:10.787 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 12.396 ms 2019-10-25 14:57:10.806 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.806 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.806 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:10.806 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) LIMIT 10 OFFSET 0 2019-10-25 14:57:10.807 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.807 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 94.79 :plan_rows 1 :plan_width 300 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16544 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16544 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16544 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16544 :resorigcol 4 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 94.79 :plan_rows 1 :plan_width 300 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16544 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16544 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16544 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16544 :resorigcol 4 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 77 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 103 :constvalue 10 [ 40 0 0 0 117 115 101 114 73 100 ] } ) :location 100 } ) :location 66 } ) :location 60 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 57 49 98 52 57 56 57 49 45 97 54 50 57 45 53 98 57 99 45 97 49 102 54 45 99 99 100 51 51 53 49 55 5 2 48 100 53 ] } ) :location 114 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions_users :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16544 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16544) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.807 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) LIMIT 10 OFFSET 0 2019-10-25 14:57:10.808 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:10.808 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:10.808 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:10.808 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions_users WHERE lower(f_unaccent(permissions_users.jsonb->>'userId')) LIKE lower(f_unaccent('91b49891-a629-5b9c-a1f6-ccd3351740d5')) LIMIT 10 OFFSET 0 2019-10-25 14:57:10.810 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 4.380 ms 2019-10-25 14:57:11.141 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.141 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.141 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:11.141 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 0.156 ms 2019-10-25 14:57:11.161 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.161 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 8.29 :total_cost 8.30 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.27 :total_cost 8.29 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16553 :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 84 :constvalue 40 [ -96 0 0 0 53 54 98 49 97 49 98 98 45 52 56 101 53 45 52 56 97 55 45 98 54 101 97 45 50 98 52 97 51 56 55 48 1 02 99 102 53 ] } ) :location 82 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 68 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 76 :constvalue 6 [ 24 0 0 0 105 100 ] } ) :location 73 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 84 :constvalue 40 [ -96 0 0 0 53 54 98 49 97 49 98 98 45 52 56 101 53 45 52 56 97 55 45 98 54 101 97 45 50 98 52 97 51 56 55 48 1 02 99 102 53 ] } ) :location 82 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions_users :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16544 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16544) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.161 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions_users WHERE (jsonb->>'id') = '56b1a1bb-48e5-48a7-b6ea-2b4a3870fcf5' 2019-10-25 14:57:11.163 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 2.432 ms 2019-10-25 14:57:11.165 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.165 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {INDEXSCAN :startup_cost 0.27 :total_cost 8.29 :plan_rows 1 :plan_width 255 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16544 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 16544 :resorigcol 1 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16553 :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 84 :constvalue 40 [ -96 0 0 0 53 54 98 49 97 49 98 98 45 52 56 101 53 45 52 56 97 55 45 98 54 101 97 45 50 98 52 97 51 56 55 48 102 99 102 53 ] } ) :location 82 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 68 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 76 :constvalue 6 [ 24 0 0 0 105 100 ] } ) :location 73 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 84 :constvalue 40 [ -96 0 0 0 53 54 98 49 97 49 98 98 45 52 56 101 53 45 52 56 97 55 45 98 54 101 97 45 50 98 52 97 51 56 55 48 102 99 102 53 ] } ) :location 82 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions_users :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16544 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16544) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.165 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_permissions.permissions_users WHERE (jsonb->>'id') = '56b1a1bb-48e5-48a7-b6ea-2b4a3870fcf5' 2019-10-25 14:57:11.165 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 0.629 ms 2019-10-25 14:57:11.171 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.171 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.171 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:11.171 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 0.158 ms 2019-10-25 14:57:11.180 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.180 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {SEQSCAN :startup_cost 0.00 :total_cost 109.58 :plan_rows 1258 :plan_width 469 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16529 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 16529 :resorigcol 1 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16529 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16529) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.180 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_permissions.permissions 2019-10-25 14:57:11.234 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 55.628 ms 2019-10-25 14:57:11.966 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.966 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.966 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:11.966 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 0.209 ms 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:11.988 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:11.991 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:11.991 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 368.54 :total_cost 368.55 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 364.01 :total_cost 368.53 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 210 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 230 :constvalue 9 [ 36 0 0 0 100 117 109 109 121 ] } ) :location 227 } ) :location 199 } ) :location 193 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 9 [ 36 0 0 0 102 97 108 115 101 ] } ) :location 240 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 364.01 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16539 :isshared false :indexqual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 118 } ) :indexqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 79 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 99 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 96 } ) :location 68 } ) :location 62 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 118 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 79 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 99 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 115 105 111 110 78 97 109 101 ] } ) :location 96 } ) :location 68 } ) :location 62 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 121 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 99 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 118 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16529 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16529) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:11.991 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:12.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 13.991 ms 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.003 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:12.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 364.01 :total_cost 368.53 :plan_rows 1 :plan_width 509 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16529 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16529 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16529 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16529 :resorigcol 4 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 364.01 :total_cost 368.53 :plan_rows 1 :plan_width 509 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16529 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16529 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16529 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16529 :resorigcol 4 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 203 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 223 :constvalue 9 [ 36 0 0 0 100 117 109 109 121 ] } ) :location 220 } ) :location 192 } ) :location 186 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 9 [ 36 0 0 0 102 97 108 115 101 ] } ) :location 233 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 364.01 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16539 :isshared false :indexqual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 111 } ) :indexqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 72 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 92 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 89 } ) :location 61 } ) :location 55 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 111 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 72 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 92 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 115 105 111 110 78 97 109 101 ] } ) :location 89 } ) :location 61 } ) :location 55 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 121 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 99 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 111 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16529 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16529) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get'))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:12.006 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 3.545 ms 2019-10-25 14:57:12.873 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:12.873 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 16.12 :total_cost 16.14 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.873 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance 2019-10-25 14:57:12.876 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 21.501 ms 2019-10-25 14:57:12.909 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:12.909 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 0.06 :plan_rows 2 :plan_width 48 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 48 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 2 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:12.909 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance LIMIT 2 OFFSET 0 2019-10-25 14:57:12.911 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 2.183 ms 2019-10-25 14:57:13.607 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:13.607 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:13.607 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:13.607 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.356 ms 2019-10-25 14:57:13.619 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:13.619 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 16.12 :total_cost 16.14 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance_relationship :colnames ("id" "jsonb" "creation_date" "created_by" "superinstanceid " "subinstanceid" "instancerelationshiptypeid") } :rtekind 0 :relid 17304 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17304) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:13.619 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance_relationship 2019-10-25 14:57:13.620 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 5.128 ms 2019-10-25 14:57:13.622 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:13.622 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 0.30 :plan_rows 10 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17304 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17304 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17304 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17304 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname superinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname subinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname instancerelationshiptypeid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 7 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17304 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17304 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17304 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17304 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname superinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location 7 } :resno 6 :resname subinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location 7 } :resno 7 :resname instancerelationshiptypeid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 7 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance_relationship :colnames ("id" "jsonb" "creation_date" "created_by" "superinstanceid " "subinstanceid" "instancerelationshiptypeid") } :rtekind 0 :relid 17304 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17304) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:13.622 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT * FROM diku_mod_inventory_storage.instance_relationship LIMIT 10 OFFSET 0 2019-10-25 14:57:13.622 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.841 ms 2019-10-25 14:57:13.944 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:13.944 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:13.944 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:13.944 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 0.273 ms 2019-10-25 14:57:13.999 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:13.999 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:13.999 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:13.999 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.000 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.001 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.003 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.003 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 3996.80 :total_cost 3996.81 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 3996.80 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1506 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1526 :constvalue 9 [ 36 0 0 0 100 117 109 109 121 ] } ) :location 1523 } ) :location 1495 } ) :location 1489 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 9 [ 36 0 0 0 102 97 108 115 101 ] } ) :location 1536 } {BOOLEXPR :boolop or :args ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 89 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 109 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 106 } ) :location 78 } ) :location 72 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 42 [ -88 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 116 101 109 115 46 9 9 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 128 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 215 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 235 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 232 } ) :location 204 } ) :location 198 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 45 [ -76 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 109 97 116 101 114 105 9 7 108 45 116 121 112 101 115 46 105 116 101 109 46 103 101 1 16 ] } ) :location 254 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 345 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 365 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 362 } ) :location 334 } ) :location 328 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 51 [ -52 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 109 97 116 101 114 105 9 7 108 45 116 121 112 101 115 46 99 111 108 108 101 99 116 10 5 111 110 46 103 101 116 ] } ) :location 384 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 481 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 501 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 498 } ) :location 470 } ) :location 464 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 41 [ -92 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 97 110 45 116 12 1 112 101 115 46 105 116 101 109 46 103 101 116 ] } ) :location 520 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 607 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 627 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 624 } ) :location 596 } ) :location 590 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 47 [ -68 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 97 110 45 116 12 1 112 101 115 46 99 111 108 108 101 99 116 105 111 110 46 10 3 101 116 ] } ) :location 646 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 739 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 759 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 756 } ) :location 728 } ) :location 722 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 99 97 116 105 11 1 110 115 46 105 116 101 109 46 103 101 116 ] } ) :location 778 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 864 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 884 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 881 } ) :location 853 } ) :location 847 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 99 97 116 105 11 1 110 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 903 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 995 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1015 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1012 } ) :location 984 } ) :location 978 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 45 [ -76 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 104 111 108 100 105 110 103 115 46 99 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 1034 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1125 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1145 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1142 } ) :location 1114 } ) :location 1108 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 39 [ -100 0 0 0 105 110 118 101 110 116 111 114 121 45 115 116 111 114 97 103 101 46 104 111 108 100 105 110 103 115 46 105 116 101 109 46 103 101 116 ] } ) :location 1164 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1249 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1269 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1266 } ) :location 1238 } ) :location 1232 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 1288 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1380 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1400 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1397 } ) :location 1369 } ) :location 1363 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 105 116 101 109 46 103 101 116 ] } ) :location 1419 } ) :location -1 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16529 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16529) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.003 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.004 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.005 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) 2019-10-25 14:57:14.122 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 123.480 ms 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.124 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.125 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.126 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 3996.80 :plan_rows 1 :plan_width 509 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16529 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16529 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16529 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16529 :resorigcol 4 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 3996.80 :plan_rows 1 :plan_width 509 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16529 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16529 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16529 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16529 :resorigcol 4 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1499 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1519 :constvalue 9 [ 36 0 0 0 100 117 109 109 121 ] } ) :location 1516 } ) :location 1488 } ) :location 1482 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 9 [ 36 0 0 0 102 97 108 115 101 ] } ) :location 1529 } {BOOLEXPR :boolop or :args ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 82 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 102 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 99 } ) :location 71 } ) :location 65 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 42 [ -88 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 116 101 109 115 46 9 9 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 121 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 208 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 228 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 225 } ) :location 197 } ) :location 191 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 45 [ -76 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 109 97 116 101 114 105 9 7 108 45 116 121 112 101 115 46 105 116 101 109 46 103 101 1 16 ] } ) :location 247 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 338 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 358 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 355 } ) :location 327 } ) :location 321 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 51 [ -52 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 109 97 116 101 114 105 9 7 108 45 116 121 112 101 115 46 99 111 108 108 101 99 116 10 5 111 110 46 103 101 116 ] } ) :location 377 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 474 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 494 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 491 } ) :location 463 } ) :location 457 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 41 [ -92 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 97 110 45 116 12 1 112 101 115 46 105 116 101 109 46 103 101 116 ] } ) :location 513 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 600 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 620 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 617 } ) :location 589 } ) :location 583 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 47 [ -68 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 97 110 45 116 12 1 112 101 115 46 99 111 108 108 101 99 116 105 111 110 46 10 3 101 116 ] } ) :location 639 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 732 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 752 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 749 } ) :location 721 } ) :location 715 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 99 97 116 105 11 1 110 115 46 105 116 101 109 46 103 101 116 ] } ) :location 771 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 857 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 877 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 874 } ) :location 846 } ) :location 840 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 108 111 99 97 116 105 11 1 110 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 896 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 988 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1008 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1005 } ) :location 977 } ) :location 971 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 45 [ -76 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 104 111 108 100 105 110 103 115 46 99 111 108 108 101 99 116 105 111 110 46 103 101 116 ] } ) :location 1027 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1118 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1138 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1135 } ) :location 1107 } ) :location 1101 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 39 [ -100 0 0 0 105 110 118 101 110 116 111 114 121 45 115 116 111 114 97 103 101 46 104 111 108 100 105 110 103 115 46 105 116 101 109 46 103 101 116 ] } ) :location 1157 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1242 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1262 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1259 } ) :location 1231 } ) :location 1225 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 46 [ -72 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 99 111 108 108 101 99 116 105 111 110 46 103 10 1 116 ] } ) :location 1281 } {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 1373 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 1393 :constvalue 18 [ 72 0 0 0 112 101 114 109 105 115 1 15 105 111 110 78 97 109 101 ] } ) :location 1390 } ) :location 1362 } ) :location 1356 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 40 [ -96 0 0 0 105 110 118 101 110 116 111 114 1 21 45 115 116 111 114 97 103 101 46 105 110 115 116 97 110 9 9 101 115 46 105 116 101 109 46 103 101 116 ] } ) :location 1412 } ) :location -1 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname permissions :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16529 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16529) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.128 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.129 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules LOG: plan: 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.130 UTC [10150] diku_mod_permissions@okapi_modules STATEMENT: SELECT * FROM diku_mod_permissions.permissions WHERE (((((((((((lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.items.collection.get'))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.material-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.loan-types.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.locations.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.holdings.item.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.collection.get')))) OR (lower(f_unaccent(permissions.jsonb->>'permissionName')) LIKE lower(f_unaccent('inventory-storage.instances.item.get')))) AND (lower(f_unaccent(permissions.jsonb->>'dummy')) LIKE lower(f_unaccent('false'))) LIMIT 10 OFFSET 0 2019-10-25 14:57:14.231 UTC [10150] diku_mod_permissions@okapi_modules LOG: duration: 107.970 ms 2019-10-25 14:57:14.528 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.528 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.528 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:14.528 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.158 ms 2019-10-25 14:57:14.541 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.541 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.541 UTC [10153] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.541 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) 2019-10-25 14:57:14.552 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.552 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 10.02 :total_cost 10.03 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 4.16 :total_cost 10.02 :plan_rows 2 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 8 :location -1 } :resno 8 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 9 :location -1 } :resno 9 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 10 :location -1 } :resno 10 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 77 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 89 :constvalue 10 [ 40 0 0 0 115 116 97 116 117 115 ] } ) :location 87 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 110 97 109 101 ] } ) :location 97 } ) :location 66 } ) :location 60 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location 109 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 4.16 :plan_rows 2 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17523 :isshared false :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location -1 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 77 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 89 :constvalue 10 [ 40 0 0 0 115 116 97 116 117 115 ] } ) :location 87 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 110 97 109 101 ] } ) :location 97 } ) :location 66 } ) :location 60 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location -1 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig <> } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname item :colnames ("id" "jsonb" "creation_date" "created_by" "holdingsrecordi d" "permanentloantypeid" "temporaryloantypeid" "materialtypeid" "perm anentlocationid" "temporarylocationid") } :rtekind 0 :relid 17513 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17513) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.552 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) 2019-10-25 14:57:14.553 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.553 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.553 UTC [10153] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.553 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) 2019-10-25 14:57:14.553 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 13.310 ms 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) LIMIT 1 OFFSET 0 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.15 :total_cost 6.42 :plan_rows 1 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17513 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17513 :resorigcol 1 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.15 :total_cost 12.70 :plan_rows 2 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17513 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17513 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 77 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 89 :constvalue 10 [ 40 0 0 0 115 116 97 116 117 115 ] } ) :location 87 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 110 97 109 101 ] } ) :location 97 } ) :location 66 } ) :location 60 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location 109 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17523 :indexqual ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location -1 } ) :indexqualorig ( {OPEXPR :opno 98 :opfuncid 67 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 77 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 89 :constvalue 10 [ 40 0 0 0 115 116 97 116 117 115 ] } ) :location 87 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 100 :constvalue 8 [ 32 0 0 0 110 97 109 101 ] } ) :location 97 } ) :location 66 } ) :location 60 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 13 [ 52 0 0 0 97 118 97 105 108 97 98 108 101 ] } ) :location -1 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 1 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname item :colnames ("id" "jsonb" "creation_date" "created_by" "holdingsrecordi d" "permanentloantypeid" "temporaryloantypeid" "materialtypeid" "perm anentlocationid" "temporarylocationid") } :rtekind 0 :relid 17513 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17513) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) LIMIT 1 OFFSET 0 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:14.555 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.item WHERE lower(f_unaccent(item.jsonb->'status'->>'name')) LIKE lower(f_unaccent('Available')) LIMIT 1 OFFSET 0 2019-10-25 14:57:14.556 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 1.134 ms 2019-10-25 14:57:14.771 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.771 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.771 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:14.771 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.220 ms 2019-10-25 14:57:14.784 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.784 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 8.17 :total_cost 8.18 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {INDEXONLYSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17463 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 71 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 74 :constvalue 16 [ -26 -41 -23 26 77 -68 74 112 -101 56 -32 0 -46 -5 -36 121 ] } ) :location 73 } ) :indexorderby <> :indextlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname holdings_record :colnames ("id" "jsonb" "creation_date" "created_by" "instanceid" "pe rmanentlocationid" "temporarylocationid" "holdingstypeid" "callnumber typeid" "illpolicyid") } :rtekind 0 :relid 17457 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17457) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.784 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.holdings_record WHERE id='e6d7e91a-4dbc-4a70-9b38-e000d2fbdc79' 2019-10-25 14:57:14.785 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 8.252 ms 2019-10-25 14:57:14.786 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.786 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 184 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17457 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17457 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17457 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17457 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname instanceid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname permanentlocationid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname temporarylocationid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 7 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 8 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 8 :location -1 } :resno 8 :resname holdingstypeid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 8 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 9 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 9 :location -1 } :resno 9 :resname callnumbertypeid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 9 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 10 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 10 :location -1 } :resno 10 :resname illpolicyid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 10 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 184 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17457 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17457 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17457 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17457 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname instanceid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location 7 } :resno 6 :resname permanentlocationid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location 7 } :resno 7 :resname temporarylocationid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 7 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 8 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 8 :location 7 } :resno 8 :resname holdingstypeid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 8 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 9 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 9 :location 7 } :resno 9 :resname callnumbertypeid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 9 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 10 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 10 :location 7 } :resno 10 :resname illpolicyid :ressortgroupref 0 :resorigtbl 17457 :resorigcol 10 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17463 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 64 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 67 :constvalue 16 [ -26 -41 -23 26 77 -68 74 112 -101 56 -32 0 -46 -5 -36 121 ] } ) :location 66 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 64 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 67 :constvalue 16 [ -26 -41 -23 26 77 -68 74 112 -101 56 -32 0 -46 -5 -36 121 ] } ) :location 66 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 1 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname holdings_record :colnames ("id" "jsonb" "creation_date" "created_by" "instanceid" "pe rmanentlocationid" "temporarylocationid" "holdingstypeid" "callnumber typeid" "illpolicyid") } :rtekind 0 :relid 17457 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14 15 16 17 18) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17457) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.786 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT * FROM diku_mod_inventory_storage.holdings_record WHERE id='e6d7e91a-4dbc-4a70-9b38-e000d2fbdc79' LIMIT 1 OFFSET 0 2019-10-25 14:57:14.787 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.841 ms 2019-10-25 14:57:14.914 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.914 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.914 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:14.914 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.204 ms 2019-10-25 14:57:14.919 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.919 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 8.17 :total_cost 8.18 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {INDEXONLYSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17256 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 64 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 67 :constvalue 16 [ -49 35 -83 -16 97 -70 72 -121 -65 -126 -107 10 8 74 -82 34 96 ] } ) :location 66 } ) :indexorderby <> :indextlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.919 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE id='cf23adf0-61ba-4887-bf82-956c4aae2260' 2019-10-25 14:57:14.919 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.586 ms 2019-10-25 14:57:14.921 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:14.921 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 48 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual <> :lefttree {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 48 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17256 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 64 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 67 :constvalue 16 [ -49 35 -83 -16 97 -70 72 -121 -65 -126 -107 10 8 74 -82 34 96 ] } ) :location 66 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 64 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location 67 :constvalue 16 [ -49 35 -83 -16 97 -70 72 -121 -65 -126 -107 10 8 74 -82 34 96 ] } ) :location 66 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 1 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:14.921 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE id='cf23adf0-61ba-4887-bf82-956c4aae2260' LIMIT 1 OFFSET 0 2019-10-25 14:57:14.922 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.653 ms 2019-10-25 14:57:15.212 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.212 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.212 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:15.212 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.159 ms 2019-10-25 14:57:15.555 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.829 ms 2019-10-25 14:57:15.557 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.557 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16910 :resorigcol 2 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16916 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 65 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ 26 84 -76 49 46 79 69 45 -100 -82 -100 -18 102 -5 5 -88 -110 ] } ) :location 67 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 65 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ 26 84 -76 49 46 79 69 45 -100 -82 -100 -18 102 -5 5 -88 -110 ] } ) :location 67 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname material_type :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16910 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16910) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.557 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb FROM diku_mod_inventory_storage.material_type WHERE id= $1 2019-10-25 14:57:15.557 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 1.928 ms 2019-10-25 14:57:15.557 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.514 ms 2019-10-25 14:57:15.557 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.448 ms 2019-10-25 14:57:15.562 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.562 UTC [10156] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16896 :resorigcol 2 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16902 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 61 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ 43 -108 -58 49 -4 -87 72 -110 -89 48 3 -18 82 -97 -2 39 ] } ) :location 63 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 61 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ 43 -108 -58 49 -4 -87 72 -110 -89 48 3 -18 82 -97 -2 39 ] } ) :location 63 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname loan_type :colnames ("id" "jsonb" "creation_date" "created_by") } :rtekind 0 :relid 16896 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16896) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.562 UTC [10156] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb FROM diku_mod_inventory_storage.loan_type WHERE id= $1 2019-10-25 14:57:15.562 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 5.078 ms 2019-10-25 14:57:15.563 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.495 ms 2019-10-25 14:57:15.564 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.610 ms 2019-10-25 14:57:15.568 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.568 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {INDEXSCAN :startup_cost 0.15 :total_cost 8.17 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 16982 :resorigcol 2 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16988 :indexqual ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 60 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ -4 -42 76 -31 105 -107 72 -16 -124 14 -119 -1 -94 40 -125 113 ] } ) :location 62 } ) :indexqualorig ( {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 60 } {CONST :consttype 2950 :consttypmod -1 :constcollid 0 :constlen 16 :constbyval false :constisnull false :location -1 :constvalue 16 [ -4 -42 76 -31 105 -107 72 -16 -124 14 -119 -1 -94 40 -125 113 ] } ) :location 62 } ) :indexorderby <> :indexorderbyorig <> :indexorderbyops <> :indexorderdir 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname location :colnames ("id" "jsonb" "creation_date" "created_by" "institutionid" "campusid" "libraryid") } :rtekind 0 :relid 16982 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16982) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.568 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb FROM diku_mod_inventory_storage.location WHERE id= $1 2019-10-25 14:57:15.568 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 3.920 ms 2019-10-25 14:57:15.568 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.441 ms 2019-10-25 14:57:15.772 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.772 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.772 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:15.772 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) 2019-10-25 14:57:15.773 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.773 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 121.44 :total_cost 121.45 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 29.10 :total_cost 121.09 :plan_rows 142 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 29.07 :plan_rows 142 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16712 :isshared false :indexqual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 91 } ) :indexqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 80 :constvalue 10 [ 40 0 0 0 97 99 116 105 118 101 ] } ) :location 77 } ) :location 55 } ) :location 49 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 91 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 66 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 80 :constvalue 10 [ 40 0 0 0 97 99 116 105 118 101 ] } ) :location 77 } ) :location 55 } ) :location 49 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 91 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.773 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) 2019-10-25 14:57:15.776 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.776 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.776 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:15.776 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) 2019-10-25 14:57:15.781 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 9.104 ms 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) LIMIT 2 OFFSET 0 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 1.89 :plan_rows 2 :plan_width 1083 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16688 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16688 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16688 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16688 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname patrongroup :ressortgroupref 0 :resorigtbl 16688 :resorigcol 5 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 134.52 :plan_rows 142 :plan_width 1083 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16688 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16688 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16688 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16688 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname patrongroup :ressortgroupref 0 :resorigtbl 16688 :resorigcol 5 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 59 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 73 :constvalue 10 [ 40 0 0 0 97 99 116 105 118 101 ] } ) :location 70 } ) :location 48 } ) :location 42 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 84 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 2 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.783 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) LIMIT 2 OFFSET 0 2019-10-25 14:57:15.784 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:15.784 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.784 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:15.784 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT * FROM diku_mod_users.users WHERE lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true')) LIMIT 2 OFFSET 0 2019-10-25 14:57:15.784 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 1.031 ms 2019-10-25 14:57:15.894 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.894 UTC [10156] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.894 UTC [10156] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:15.894 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.277 ms 2019-10-25 14:57:15.901 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.901 UTC [10156] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 16.12 :total_cost 16.14 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname location :colnames ("id" "jsonb" "creation_date" "created_by" "institutionid" "campusid" "libraryid") } :rtekind 0 :relid 16982 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16982) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.901 UTC [10156] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.location 2019-10-25 14:57:15.902 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 1.400 ms 2019-10-25 14:57:15.909 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:15.909 UTC [10156] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 0.06 :plan_rows 2 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16982 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16982 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16982 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16982 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname institutionid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname campusid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname libraryid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 7 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 16982 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 16982 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 16982 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 16982 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname institutionid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location 7 } :resno 6 :resname campusid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location 7 } :resno 7 :resname libraryid :ressortgroupref 0 :resorigtbl 16982 :resorigcol 7 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 2 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname location :colnames ("id" "jsonb" "creation_date" "created_by" "institutionid" "campusid" "libraryid") } :rtekind 0 :relid 16982 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16982) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:15.909 UTC [10156] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT * FROM diku_mod_inventory_storage.location LIMIT 2 OFFSET 0 2019-10-25 14:57:15.909 UTC [10156] diku_mod_inventory_storage@okapi_modules LOG: duration: 1.043 ms 2019-10-25 14:57:16.305 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.305 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.305 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:16.305 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.209 ms 2019-10-25 14:57:16.386 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.386 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.386 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.386 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.394 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.394 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.394 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.394 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.395 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.395 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.395 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.395 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.398 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.398 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 128.90 :total_cost 128.91 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 20.02 :total_cost 128.89 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {SUBPLAN :subLinkType 2 :testexpr {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 226 } {PARAM :paramkind 1 :paramid 2 :paramtype 2950 :paramtypmod -1 :paramcollid 0 :location -1 } ) :location 229 } :paramIds (i 2) :plan_id 1 :plan_name SubPlan\ 1 :firstColType 2950 :firstColTypmod -1 :firstColCollation 0 :useHashTable false :unknownEqFalse true :parallel_safe false :setParam <> :parParam (i 0 1) :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 258 } {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 302 } ) :startup_cost 0.00 :per_call_cost 51.26 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 20.02 :plan_rows 2 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17275 :isshared false :indexqual ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 3614 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) :indexqualorig ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 76 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 97 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 114 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 1 02 105 101 114 115 ] } ) :location 111 } ) :location 86 } ) :location 64 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 76 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 97 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 114 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 102 105 101 114 115 ] } ) :location 111 } ) :location 86 } ) :location 64 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } {RTE :alias {ALIAS :aliasname t :colnames <> } :eref {ALIAS :aliasname t :colnames ("id" "c") } :rtekind 1 :subquery <> :security_barrier false :lateral false :inh false :inFromCl true :requiredPerms 0 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans ( {SUBQUERYSCAN :startup_cost 0.00 :total_cost 102.52 :plan_rows 1 :plan_width 16 :parallel_aware false :parallel_safe false :plan_node_id 3 :targetlist ( {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 1 :location 240 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 369 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 2 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 2 :location 390 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 396 :constvalue 9 [ 36 0 0 0 118 97 108 117 101 ] } ) :location 393 } ) :location 379 } ) :location 357 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 406 } {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 515 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 2 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 2 :location 536 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 542 :constvalue 20 [ 80 0 0 0 105 100 101 110 116 105 102 105 101 114 84 121 112 101 73 100 ] } ) :location 539 } ) :location 525 } ) :location 503 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 214 [ 88 3 0 0 11 0 0 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -102 -13 56 -26 12 -48 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -119 36 104 119 4 -128 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 98 -25 -42 - 51 4 48 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 70 -102 -83 -12 4 -32 2 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -112 73 -12 -87 8 80 2 0 1 0 0 0 -44 -42 67 14 36 0 0 0 56 50 54 49 48 53 52 102 45 98 101 55 56 45 52 50 50 100 45 98 100 53 49 45 52 101 100 57 102 51 51 99 51 52 50 50 0 56 50 54 49 48 53 52 102 0 98 101 55 56 0 52 50 50 100 0 98 100 53 49 0 52 101 100 57 102 51 51 99 51 52 50 50 0 ] } ) :location 563 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b 0 1) :allParam (b 0 1) :scanrelid 2 :subplan {PROJECTSET :startup_cost 0.00 :total_cost 0.52 :plan_rows 100 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 4 :targetlist ( {TARGETENTRY :expr {PARAM :paramkind 1 :paramid 0 :paramtype 2950 :paramtypmod -1 :paramcollid 0 :location 258 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {FUNCEXPR :funcid 3219 :funcresulttype 3802 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {PARAM :paramkind 1 :paramid 1 :paramtype 3802 :paramtypmod -1 :paramcollid 0 :location 302 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 318 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 102 105 101 114 115 ] } ) :location 316 } ) :location 281 } :resno 2 :resname c :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 5 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :righttree <> :initPlan <> :extParam (b 0 1) :allParam (b 0 1) } } ) :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 3 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.398 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.399 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.399 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.399 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.399 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.400 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.400 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.400 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.400 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) 2019-10-25 14:57:16.400 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 28.675 ms 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.402 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.403 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.403 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 20.02 :total_cost 128.89 :plan_rows 1 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 20.02 :total_cost 128.89 :plan_rows 1 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 1 :resname jsonb :ressortgroupref 0 :resorigtbl 17250 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 13 } :resno 2 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual ( {SUBPLAN :subLinkType 2 :testexpr {OPEXPR :opno 2972 :opfuncid 2956 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 226 } {PARAM :paramkind 1 :paramid 2 :paramtype 2950 :paramtypmod -1 :paramcollid 0 :location -1 } ) :location 229 } :paramIds (i 2) :plan_id 1 :plan_name SubPlan\ 1 :firstColType 2950 :firstColTypmod -1 :firstColCollation 0 :useHashTable false :unknownEqFalse true :parallel_safe false :setParam <> :parParam (i 0 1) :args ( {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 258 } {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 302 } ) :startup_cost 0.00 :per_call_cost 51.26 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 20.02 :plan_rows 2 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 17275 :isshared false :indexqual ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {VAR :varno 65002 :varattno 1 :vartype 3614 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) :indexqualorig ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 76 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 97 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 114 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 1 02 105 101 114 115 ] } ) :location 111 } ) :location 86 } ) :location 64 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 76 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 97 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 114 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 102 105 101 114 115 ] } ) :location 111 } ) :location 86 } ) :location 64 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 130 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 30 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance :colnames ("id" "jsonb" "creation_date" "created_by" "instancestatusi d" "modeofissuanceid" "instancetypeid") } :rtekind 0 :relid 17250 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } {RTE :alias {ALIAS :aliasname t :colnames <> } :eref {ALIAS :aliasname t :colnames ("id" "c") } :rtekind 1 :subquery <> :security_barrier false :lateral false :inh false :inFromCl true :requiredPerms 0 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans ( {SUBQUERYSCAN :startup_cost 0.00 :total_cost 102.52 :plan_rows 1 :plan_width 16 :parallel_aware false :parallel_safe false :plan_node_id 3 :targetlist ( {TARGETENTRY :expr {VAR :varno 2 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 1 :location 240 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 369 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 2 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 2 :location 390 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 396 :constvalue 9 [ 36 0 0 0 118 97 108 117 101 ] } ) :location 393 } ) :location 379 } ) :location 357 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 31 [ 124 0 0 0 1 0 0 0 1 0 0 0 -96 -43 121 14 10 0 0 0 51 56 52 52 48 53 55 52 50 48 0 ] } ) :location 406 } {OPEXPR :opno 3636 :opfuncid 3634 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 0 :args ( {FUNCEXPR :funcid 3745 :funcresulttype 3614 :funcretset false :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 100 :args ( {CONST :consttype 3734 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 515 :constvalue 4 [ -92 14 0 0 0 0 0 0 ] } {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 2 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 2 :varoattno 2 :location 536 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 542 :constvalue 20 [ 80 0 0 0 105 100 101 110 116 105 102 105 101 114 84 121 112 101 73 100 ] } ) :location 539 } ) :location 525 } ) :location 503 } {CONST :consttype 3615 :consttypmod -1 :constcollid 0 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 214 [ 88 3 0 0 11 0 0 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -102 -13 56 -26 12 -48 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -119 36 104 119 4 -128 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 98 -25 -42 - 51 4 48 3 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 70 -102 -83 -12 4 -32 2 0 2 4 1 0 2 0 0 0 0 0 0 0 1 0 0 0 -112 73 -12 -87 8 80 2 0 1 0 0 0 -44 -42 67 14 36 0 0 0 56 50 54 49 48 53 52 102 45 98 101 55 56 45 52 50 50 100 45 98 100 53 49 45 52 101 100 57 102 51 51 99 51 52 50 50 0 56 50 54 49 48 53 52 102 0 98 101 55 56 0 52 50 50 100 0 98 100 53 49 0 52 101 100 57 102 51 51 99 51 52 50 50 0 ] } ) :location 563 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b 0 1) :allParam (b 0 1) :scanrelid 2 :subplan {PROJECTSET :startup_cost 0.00 :total_cost 0.52 :plan_rows 100 :plan_width 48 :parallel_aware false :parallel_safe false :plan_node_id 4 :targetlist ( {TARGETENTRY :expr {PARAM :paramkind 1 :paramid 0 :paramtype 2950 :paramtypmod -1 :paramcollid 0 :location 258 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17250 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {FUNCEXPR :funcid 3219 :funcresulttype 3802 :funcretset true :funcvariadic false :funcformat 0 :funccollid 0 :inputcollid 0 :args ( {OPEXPR :opno 3211 :opfuncid 3478 :opresulttype 3802 :opretset false :opcollid 0 :inputcollid 100 :args ( {PARAM :paramkind 1 :paramid 1 :paramtype 3802 :paramtypmod -1 :paramcollid 0 :location 302 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 318 :constvalue 15 [ 60 0 0 0 105 100 101 110 116 105 102 105 101 114 115 ] } ) :location 316 } ) :location 281 } :resno 2 :resname c :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 5 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :righttree <> :initPlan <> :extParam (b 0 1) :allParam (b 0 1) } } ) :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17250) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 3 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.403 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT jsonb,id FROM diku_mod_inventory_storage.instance WHERE to_tsvector('simple', f_unaccent(instance.jsonb->>'identifiers')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery AND id in (select t.id from (select id as id, jsonb_array_elements(instance.jsonb->'identifiers') as c ) as t where (to_tsvector('simple', f_unaccent(t.c->>'value')) @@ replace((to_tsquery('simple', f_unaccent('''3844057420''')))::text, '&', '<->')::tsquery) and to_tsvector('simple', f_unaccent(t.c->>'identifierTypeId')) @@ replace((to_tsquery('simple', f_unaccent('''8261054f-be78-422d-bd51-4ed9f33c3422''')))::text, '&', '<->')::tsquery) LIMIT 30 OFFSET 0 2019-10-25 14:57:16.404 UTC [10157] diku_mod_inventory_storage@okapi_modules LOG: duration: 2.584 ms 2019-10-25 14:57:16.476 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.476 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 4 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {CONST :consttype 23 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 7 :constvalue 4 [ 1 0 0 0 0 0 0 0 ] } :resno 1 :resname alive :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.476 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT 1 AS alive 2019-10-25 14:57:16.476 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.224 ms 2019-10-25 14:57:16.481 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.481 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 16.12 :total_cost 16.14 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 0 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance_relationship :colnames ("id" "jsonb" "creation_date" "created_by" "superinstanceid " "subinstanceid" "instancerelationshiptypeid") } :rtekind 0 :relid 17304 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17304) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.481 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_inventory_storage.instance_relationship 2019-10-25 14:57:16.481 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.448 ms 2019-10-25 14:57:16.483 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: plan: 2019-10-25 14:57:16.483 UTC [10153] diku_mod_inventory_storage@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {LIMIT :startup_cost 0.00 :total_cost 0.30 :plan_rows 10 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 65001 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17304 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17304 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17304 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17304 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname superinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location -1 } :resno 6 :resname subinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 65001 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location -1 } :resno 7 :resname instancerelationshiptypeid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 7 :resjunk false } ) :qual <> :lefttree {SEQSCAN :startup_cost 0.00 :total_cost 14.90 :plan_rows 490 :plan_width 136 :parallel_aware false :parallel_safe true :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname id :ressortgroupref 0 :resorigtbl 17304 :resorigcol 1 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 7 } :resno 2 :resname jsonb :ressortgroupref 0 :resorigtbl 17304 :resorigcol 2 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location 7 } :resno 3 :resname creation_date :ressortgroupref 0 :resorigtbl 17304 :resorigcol 3 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location 7 } :resno 4 :resname created_by :ressortgroupref 0 :resorigtbl 17304 :resorigcol 4 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location 7 } :resno 5 :resname superinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 5 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 6 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 6 :location 7 } :resno 6 :resname subinstanceid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 6 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 7 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 7 :location 7 } :resno 7 :resname instancerelationshiptypeid :ressortgroupref 0 :resorigtbl 17304 :resorigcol 7 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :righttree <> :initPlan <> :extParam (b) :allParam (b) :limitOffset {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 0 0 0 0 0 0 0 0 ] } :limitCount {CONST :consttype 20 :consttypmod -1 :constcollid 0 :constlen 8 :constbyval true :constisnull false :location -1 :constvalue 8 [ 10 0 0 0 0 0 0 0 ] } } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname instance_relationship :colnames ("id" "jsonb" "creation_date" "created_by" "superinstanceid " "subinstanceid" "instancerelationshiptypeid") } :rtekind 0 :relid 17304 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9 10 11 12 13 14 15) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 17304) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:16.483 UTC [10153] diku_mod_inventory_storage@okapi_modules STATEMENT: SELECT * FROM diku_mod_inventory_storage.instance_relationship LIMIT 10 OFFSET 0 2019-10-25 14:57:16.483 UTC [10153] diku_mod_inventory_storage@okapi_modules LOG: duration: 0.597 ms 2019-10-25 14:57:36.454 UTC [10144] folio_admin@okapi_modules LOG: plan: 2019-10-25 14:57:36.454 UTC [10144] folio_admin@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {SEQSCAN :startup_cost 0.00 :total_cost 1.07 :plan_rows 1 :plan_width 64 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 7 } :resno 1 :resname nspname :ressortgroupref 0 :resorigtbl 2615 :resorigcol 1 :resjunk false } ) :qual ( {OPEXPR :opno 1207 :opfuncid 858 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 1 :varattno 1 :vartype 19 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location 50 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 63 :constvalue 15 [ 60 0 0 0 37 95 109 111 100 95 117 115 101 114 115 ] } ) :location 58 } ) :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname pg_namespace :colnames ("nspname" "nspowner" "nspacl") } :rtekind 0 :relid 2615 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 9) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 2615) :invalItems <> :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 76 } 2019-10-25 14:57:36.454 UTC [10144] folio_admin@okapi_modules STATEMENT: select nspname from pg_catalog.pg_namespace where nspname LIKE '%_mod_users'; 2019-10-25 14:57:36.455 UTC [10144] folio_admin@okapi_modules LOG: duration: 0.347 ms 2019-10-25 14:57:36.471 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:36.471 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:36.471 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:36.471 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:36.457Z') 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {AGG :startup_cost 90.02 :total_cost 90.03 :plan_rows 1 :plan_width 8 :parallel_aware false :parallel_safe false :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {AGGREF :aggfnoid 2803 :aggtype 20 :aggcollid 0 :inputcollid 0 :aggtranstype 20 :aggargtypes <> :aggdirectargs <> :args <> :aggorder <> :aggdistinct <> :aggfilter <> :aggstar true :aggvariadic false :aggkind n :agglevelsup 0 :aggsplit 0 :location 7 } :resno 1 :resname count :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree {BITMAPHEAPSCAN :startup_cost 8.99 :total_cost 89.91 :plan_rows 44 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 1 :targetlist ( {TARGETENTRY :expr {VAR :varno 1 :varattno 1 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 1 :location -1 } :resno 1 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location -1 } :resno 2 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 3 :vartype 1114 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 3 :location -1 } :resno 3 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 4 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 1 :varoattno 4 :location -1 } :resno 4 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } {TARGETENTRY :expr {VAR :varno 1 :varattno 5 :vartype 2950 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 5 :location -1 } :resno 5 :resname <> :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual ( {OPEXPR :opno 1209 :opfuncid 850 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {FUNCEXPR :funcid 870 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {FUNCEXPR :funcid 16526 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 67 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 81 :constvalue 10 [ 40 0 0 0 97 99 116 105 118 101 ] } ) :location 78 } ) :location 56 } ) :location 50 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location -1 :constvalue 8 [ 32 0 0 0 116 114 117 101 ] } ) :location 92 } ) :lefttree {BITMAPINDEXSCAN :startup_cost 0.00 :total_cost 8.98 :plan_rows 94 :plan_width 0 :parallel_aware false :parallel_safe false :plan_node_id 2 :targetlist <> :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :indexid 16701 :isshared false :indexqual ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {VAR :varno 65002 :varattno 1 :vartype 25 :vartypmod -1 :varcollid 100 :varlevelsup 0 :varnoold 65002 :varoattno 1 :location -1 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 51 54 46 52 53 55 90 ] } ) :location 160 } ) :indexqualorig ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 129 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 18 [ 72 0 0 0 101 120 112 105 114 97 116 105 111 110 68 97 116 101 ] } ) :location 140 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 51 54 46 52 53 55 90 ] } ) :location 160 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :scanrelid 1 :bitmapqualorig ( {OPEXPR :opno 664 :opfuncid 740 :opresulttype 16 :opretset false :opcollid 0 :inputcollid 100 :args ( {OPEXPR :opno 3477 :opfuncid 3214 :opresulttype 25 :opretset false :opcollid 100 :inputcollid 100 :args ( {VAR :varno 1 :varattno 2 :vartype 3802 :vartypmod -1 :varcollid 0 :varlevelsup 0 :varnoold 1 :varoattno 2 :location 129 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 143 :constvalue 18 [ 72 0 0 0 101 120 112 105 114 97 116 105 111 110 68 97 116 101 ] } ) :location 140 } {CONST :consttype 25 :consttypmod -1 :constcollid 100 :constlen -1 :constbyval false :constisnull false :location 161 :constvalue 28 [ 112 0 0 0 50 48 49 57 45 49 48 45 50 53 84 49 52 58 53 55 58 51 54 46 52 53 55 90 ] } ) :location 160 } ) } :righttree <> :initPlan <> :extParam (b) :allParam (b) :aggstrategy 0 :aggsplit 0 :numCols 0 :grpColIdx :grpOperators :numGroups 1 :aggParams (b) :groupingSets <> :chain <> } :rtable ( {RTE :alias <> :eref {ALIAS :aliasname users :colnames ("id" "jsonb" "creation_date" "created_by" "patrongroup") } :rtekind 0 :relid 16688 :relkind r :tablesample <> :lateral false :inh false :inFromCl true :requiredPerms 2 :checkAsUser 0 :selectedCols (b 10) :insertedCols (b) :updatedCols (b) :securityQuals <> } ) :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids (o 16688) :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1868112313 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:36.457Z') 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules LOG: plan: 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules DETAIL: {PLANNEDSTMT :commandType 1 :queryId 0 :hasReturning false :hasModifyingCTE false :canSetTag true :transientPlan false :dependsOnRole false :parallelModeNeeded false :planTree {RESULT :startup_cost 0.00 :total_cost 0.01 :plan_rows 1 :plan_width 32 :parallel_aware false :parallel_safe true :plan_node_id 0 :targetlist ( {TARGETENTRY :expr {FUNCEXPR :funcid 16434 :funcresulttype 25 :funcretset false :funcvariadic false :funcformat 0 :funccollid 100 :inputcollid 100 :args ( {CONST :consttype 3769 :consttypmod -1 :constcollid 0 :constlen 4 :constbyval true :constisnull false :location 24 :constvalue 4 [ 55 64 0 0 0 0 0 0 ] } {PARAM :paramkind 0 :paramid 1 :paramtype 25 :paramtypmod -1 :paramcollid 100 :location 43 } ) :location 8 } :resno 1 :resname unaccent :ressortgroupref 0 :resorigtbl 0 :resorigcol 0 :resjunk false } ) :qual <> :lefttree <> :righttree <> :initPlan <> :extParam (b) :allParam (b) :resconstantqual <> } :rtable <> :resultRelations <> :nonleafResultRelations <> :rootResultRelations <> :subplans <> :rewindPlanIDs (b) :rowMarks <> :relationOids <> :invalItems ( {PLANINVALITEM :cacheId 43 :hashValue 1831064667 } ) :nParamExec 0 :utilityStmt <> :stmt_location 0 :stmt_len 0 } 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules CONTEXT: SQL function "f_unaccent" during startup 2019-10-25 14:57:36.472 UTC [10145] diku_mod_users@okapi_modules STATEMENT: SELECT COUNT(*) FROM diku_mod_users.users WHERE (lower(f_unaccent(users.jsonb->>'active')) LIKE lower(f_unaccent('true'))) AND (users.jsonb->>'expirationDate' <'2019-10-25T14:57:36.457Z') 2019-10-25 14:57:36.473 UTC [10145] diku_mod_users@okapi_modules LOG: duration: 1.991 ms