We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a186a04 commit 8756fceCopy full SHA for 8756fce
graphql.sql
@@ -313,7 +313,7 @@ BEGIN
313
lookups := lookups || format('%I->%L', selector, sub.selector);
314
WHEN regtype('hstore') THEN
315
IF sub.body IS NOT NULL THEN
316
- RAISE EXCEPTION 'No fields below this level (column % is hstore)',
+ RAISE EXCEPTION 'No fields below this level (column %.% is hstore)',
317
tab, col;
318
END IF;
319
0 commit comments