Skip to content

Commit 2740d75

Browse files
authored
Fix string interpolation (#302)
1 parent 6f3291c commit 2740d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgstac/sql/002a_queryables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ BEGIN
367367
rebuildindexes,
368368
idxconcurrently
369369
);
370-
RAISE NOTICE 'Q: %s', q;
370+
RAISE NOTICE 'Q: %', q;
371371
RETURN NEXT q;
372372
END LOOP;
373373
RETURN;

0 commit comments

Comments
 (0)