-- Verify diary:article_taggings on pg BEGIN; SET search_path to diary; SELECT article_id, tag_id FROM article_taggings WHERE FALSE; ROLLBACK;