Skip to content

Commit 8756fce

Browse files
authored
Use both args in string format
1 parent a186a04 commit 8756fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ BEGIN
313313
lookups := lookups || format('%I->%L', selector, sub.selector);
314314
WHEN regtype('hstore') THEN
315315
IF sub.body IS NOT NULL THEN
316-
RAISE EXCEPTION 'No fields below this level (column % is hstore)',
316+
RAISE EXCEPTION 'No fields below this level (column %.% is hstore)',
317317
tab, col;
318318
END IF;
319319
lookups := lookups || format('%I->%L', selector, sub.selector);

0 commit comments

Comments
 (0)