Grant search table permissions

This commit is contained in:
Tom Russell 2019-02-11 09:30:22 +00:00
parent 482ab5060c
commit bfe8b6e35e

View File

@ -44,6 +44,8 @@ GRANT SELECT, INSERT ON TABLE logs to appusername;
GRANT USAGE ON ALL SEQUENCES IN SCHEMA public to appusername;
-- use postgis/pgcrypto functions
GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO appusername;
-- read map search locations
GRANT SELECT ON TABLE search_locations to appusername;
```
Set or update passwords: