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