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