Skip to content

Commit

Permalink
Fix string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Sep 10, 2024
1 parent 858a984 commit 324fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgstac/sql/002a_queryables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ BEGIN
rebuildindexes,
idxconcurrently
);
RAISE NOTICE 'Q: %s', q;
RAISE NOTICE 'Q: %', q;
RETURN NEXT q;
END LOOP;
RETURN;
Expand Down

0 comments on commit 324fd82

Please sign in to comment.