8 lines
138 B
MySQL
8 lines
138 B
MySQL
|
-- Verify numerus:new_quote_product on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select pg_catalog.has_type_privilege('numerus.new_quote_product', 'usage');
|
||
|
|
||
|
rollback;
|