This is more or less the same as the campsites, as public information goes, but for buildings and other amenities that the camping provides that are not campsites.
8 lines
152 B
PL/PgSQL
8 lines
152 B
PL/PgSQL
-- Verify camper:add_amenity on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.add_amenity(integer, text, text, text, text)', 'execute');
|
|
|
|
rollback;
|