aboutsummaryrefslogtreecommitdiff
-- Verify diary:articles on pg

BEGIN;

SET search_path to diary;

SELECT article_id, timestamp, hash, source, title, body
  FROM articles
 WHERE FALSE;

ROLLBACK;