1 2 3 4 5 6 7 8 9 10 11
-- Verify diary:tags on pg BEGIN; SET search_path to diary; SELECT tag_id, name FROM tags WHERE FALSE; ROLLBACK;