github.com/lulzWill/go-agent@v2.1.2+incompatible/internal/crossagent/cross_agent_tests/postgres_explain_obfuscation/basic_where.explain.txt (about)

     1   Index Scan using blogs_pkey on blogs  (cost=0.00..8.27 rows=1 width=540)
     2     Index Cond: (id = 1234)
     3     Filter: ((title)::text = 'sensitive text'::text)