-- Verify rsugest:ingredient-table on pg
BEGIN;
SELECT id, recipe_id, text, purpose, name, name_conf,
amount_quantity, amount_unit, amount_conf, preparation,
preparation_conf, comment, comment_conf
FROM recipe.ingredient
WHERE FALSE;
ROLLBACK;