davical/dba/appuser_permissions.txt
Andrew McMillan f9d4266153 We'll allow inserting relationship_type for now, since the web UI does.
Generally I'm not so sure it's a grand idea though, especially if
we are going to change this in future.
2009-04-15 00:07:40 +12:00

58 lines
1.4 KiB
Plaintext

#
# This file is used by update-rscds-database to set the correct
# permissions for the application user. In newer installations
# the application user will probably be called app_davical (and
# the administrative user will be called dba_davical) but in
# older installations the application user was called 'general'
# and the administrative user was probably 'postgres'.
#
# See the wiki topic 'Database/Users' for more discussion.
#
# This file includes lines like:
# GRANT SELECT,...
# which define what gets granted to the following lines like:
# ON table1, table2, sequence1, function 3, view4, ...
# no user-serviceable parts inside, all whitespace is ignored,
# your mileage should not vary :-)
#
GRANT SELECT,INSERT,UPDATE,DELETE
ON collection
ON caldav_data
ON calendar_item
ON relationship
ON locks
ON property
ON freebusy_ticket
ON usr
ON usr_setting
ON roles
ON role_member
ON session
ON tmp_password
ON dav_resource
ON group_member
ON principal
ON privilege
ON relationship_type
GRANT SELECT,UPDATE
ON relationship_type_rt_id_seq
ON dav_id_seq
ON usr_user_no_seq
ON roles_role_no_seq
ON session_session_id_seq
ON dav_resource_type_resource_type_id_seq
ON principal_principal_id_seq
ON principal_type_principal_type_id_seq
GRANT SELECT,INSERT
ON time_zone
GRANT SELECT
ON supported_locales
ON awl_db_revision
ON dav_resource_type
ON principal_type