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