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