I based the form from the documentation given by the Mossos d’Esquadra[0], required by law. https://registreviatgers.mossos.gencat.cat/mossos_hotels/AppJava/fitxaviatger.do?reqCode=create
8 lines
134 B
PL/PgSQL
8 lines
134 B
PL/PgSQL
-- Verify camper:checked_in_guest on pg
|
|
|
|
begin;
|
|
|
|
select pg_catalog.has_type_privilege('camper.checked_in_guest', 'usage');
|
|
|
|
rollback;
|