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

Commit 1f6c7a5

Browse files
committed
fix EOF in here-doc for F005
1 parent df20e69 commit 1f6c7a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/checks/F005_index_bloat.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ ${CHECK_HOST_CMD} "${_PSQL} -f -" <<SQL
44
with data as (
55
$sql
66
)
7-
select json_object_agg(data."Index (Table)", data) as json from data;
7+
select json_object_agg(data."Index (Table)", data) as json from data
8+
SQL
9+

0 commit comments

Comments
 (0)