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