Revision 9898
Added by Aaron Marcuse-Kubitza over 11 years ago
vegbien.sql | ||
---|---|---|
8492 | 8492 |
REVOKE ALL ON TABLE cultivated_family_locations FROM bien; |
8493 | 8493 |
GRANT ALL ON TABLE cultivated_family_locations TO bien; |
8494 | 8494 |
GRANT SELECT ON TABLE cultivated_family_locations TO bien_read; |
8495 |
GRANT SELECT ON TABLE cultivated_family_locations TO public_; |
|
8495 | 8496 |
|
8496 | 8497 |
|
8497 | 8498 |
-- |
... | ... | |
8833 | 8834 |
REVOKE ALL ON TABLE higher_plant_group_nodes FROM bien; |
8834 | 8835 |
GRANT ALL ON TABLE higher_plant_group_nodes TO bien; |
8835 | 8836 |
GRANT SELECT ON TABLE higher_plant_group_nodes TO bien_read; |
8837 |
GRANT SELECT ON TABLE higher_plant_group_nodes TO public_; |
|
8836 | 8838 |
|
8837 | 8839 |
|
8838 | 8840 |
-- |
Also available in: Unified diff
schemas/vegbien.sql: allow public_ to view lookup tables (cultivated_family_locations, higher_plant_group_nodes)