8 lines
126 B
MySQL
8 lines
126 B
MySQL
|
-- Verify camper:country_code on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select pg_catalog.has_type_privilege('camper.country_code', 'usage');
|
||
|
|
||
|
rollback;
|