numerus/verify/quote_status.sql

11 lines
128 B
PL/PgSQL

-- Verify numerus:quote_status on pg
begin;
select quote_status
, name
from numerus.quote_status
where false;
rollback;