PostgreSQL - JSON and JSONB
The query
SELECT * FROM logs WHERE info ?& ARRAY['error', 'timestamp']; returns no rows, but you expect some. What could be the problem?