-- Verify kakeibo:articles on pg BEGIN; SELECT id, location, title, created_at, updated_at FROM kakeibo.articles WHERE FALSE; ROLLBACK;