Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 46bca06

Browse files
committed
F001 table options fix
1 parent 5f8a8ea commit 46bca06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pghrep/templates/F001.tpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ Namespace | Relation | Options
1818
----------|----------|------
1919
{{ range $i, $key := (index (index (index (index (index .results .hosts.master) "data") "settings") "table_settings") "_keys") }}
2020
{{- $value := (index (index (index (index (index $.results $.hosts.master) "data") "settings") "table_settings") $key) -}}
21-
{{ $value.namespace }} | {{ $value.relname }}|{{ $value.reloptions }}
22-
{{- end -}}{{/* range */}}
21+
{{- $value.namespace }} |
22+
{{- $value.relname }} |
23+
{{- range $j, $valopt := $value.reloptions }} {{ $valopt }}<br/>{{ end }}
24+
{{ end }}{{/* range */}}
2325
{{- end -}}{{/* if table_settings */}}
2426
{{- else -}}
2527
No data

0 commit comments

Comments
 (0)