Skip to content

Commit

Permalink
Update maintain_partition_queries format
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Jul 2, 2024
1 parent 3ba567c commit 02a44bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pgstac/sql/002a_queryables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ BEGIN
SELECT * FROM queryable_indexes(part,true)
) LOOP
q := format(
'SELECT maintain_index(
%L,%L,%L,%L,%L
);',
'SELECT maintain_index(%L,%L,%L,%L,%L);',
rec.indexname,
rec.queryable_idx,
dropindexes,
Expand Down

0 comments on commit 02a44bc

Please sign in to comment.