-- Verify camper:service__position on pg

begin;

select position
from camper.service
where false
;

rollback;