Database {{.DB.Name}}
No further information was collected for this database.
Sequences
{{if not .Sequences}}There are no sequences in this database.
{{else}}
Name | Cache Hits |
---|---|
{{.Name}} |
{{.HitPCT}}%
|
Tracked Functions
{{if not .UserFuncs}}There are no tracked user functions in the database.
(Check the "track_functions" setting.)
{{else}}
Function | Calls | Time (self) | Time (self + children) |
---|---|---|---|
{{.Name}} | {{.Calls}} | {{.Self}} | {{.Children}} |
Installed Extensions
{{if not .Extensions}}There are no extensions installed in this database.
{{else}}
Name | Default Version | Installed Version | Comment |
---|---|---|---|
{{.Name}} | {{.DefaultVersion}} | {{.InstalledVersion}} | {{.Comment}} |
Disabled Triggers
{{if not .DisTriggers}}There are no disabled triggers in this database.
{{else}}
Name | Table | Procedure |
---|---|---|
{{.SchemaName}}.{{.Name}} | {{.TableName}} | {{.ProcName}} |