Skip to content

Commit 02a44bc

Browse files
committed
Update maintain_partition_queries format
1 parent 3ba567c commit 02a44bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/pgstac/sql/002a_queryables.sql

+1-3
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,7 @@ BEGIN
358358
SELECT * FROM queryable_indexes(part,true)
359359
) LOOP
360360
q := format(
361-
'SELECT maintain_index(
362-
%L,%L,%L,%L,%L
363-
);',
361+
'SELECT maintain_index(%L,%L,%L,%L,%L);',
364362
rec.indexname,
365363
rec.queryable_idx,
366364
dropindexes,

0 commit comments

Comments
 (0)