Project

General

Profile

« Previous | Next » 

Revision 14418

bugfix: schemas/util.sql: added GRANT USAGE for bien_read, public_ so that util schema functions can be called by other users

View differences:

util.sql
6548 6548

  
6549 6549

  
6550 6550
--
6551
-- Name: util; Type: ACL; Schema: -; Owner: -
6552
--
6553

  
6554
REVOKE ALL ON SCHEMA util FROM PUBLIC;
6555
REVOKE ALL ON SCHEMA util FROM bien;
6556
GRANT ALL ON SCHEMA util TO bien;
6557
GRANT USAGE ON SCHEMA util TO bien_read;
6558
GRANT USAGE ON SCHEMA util TO public_;
6559

  
6560

  
6561
--
6551 6562
-- PostgreSQL database dump complete
6552 6563
--
6553 6564

  

Also available in: Unified diff