github.com/TykTechnologies/newrelic-go-agent@v0.0.0-20230823062834-3c80ff5627f6/internal/crossagent/cross_agent_tests/postgres_explain_obfuscation/function_with_strings.obfuscated.txt (about)

     1   Hash Join  (cost=12.93..26.33 rows=130 width=1113)
     2     Hash Cond: (pg_catalog.concat(blogs.title, ?) = (posts.title)::text)
     3     ->  Seq Scan on blogs  (cost=0.00..11.40 rows=140 width=540)
     4     ->  Hash  (cost=11.30..11.30 rows=130 width=573)
     5           ->  Seq Scan on posts  (cost=0.00..11.30 rows=130 width=573)