Skip to content

Commit

Permalink
Fix string interpolation (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis authored Sep 17, 2024
1 parent 6f3291c commit 2740d75
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 2740d75

Please sign in to comment.