Project

General

Profile

« Previous | Next » 

Revision 10108

added inputs/.TNRS/grants.sql, with statements to provide SELECT access to bien_read. these statements must be in grants.sql to avoid them being filtered out by pg_dump_limit.

View differences:

inputs/.TNRS/grants.sql
1
GRANT USAGE ON SCHEMA :schema TO bien_read;
2
GRANT SELECT ON TABLE tnrs TO bien_read;

Also available in: Unified diff