1 Index: davical-0.9.9.3/dba/appuser_permissions.txt |
1 Index: davical-0.9.9.3/dba/appuser_permissions.txt |
2 --- davical-0.9.9.3/dba/appuser_permissions.txt.orig 2010-04-19 02:32:58.000000000 +0200 |
2 --- davical-0.9.9.3/dba/appuser_permissions.txt.orig 2010-04-19 02:32:58.000000000 +0200 |
3 +++ davical-0.9.9.3/dba/appuser_permissions.txt 2010-09-21 17:32:46.000000000 +0200 |
3 +++ davical-0.9.9.3/dba/appuser_permissions.txt 2010-09-21 17:32:46.000000000 +0200 |
4 @@ -17,49 +17,53 @@ |
4 @@ -1,65 +1,69 @@ |
5 # |
5 -# |
|
6 -# This file is used by update-rscds-database to set the correct |
|
7 -# permissions for the application user. In newer installations |
|
8 -# the application user will probably be called app_davical (and |
|
9 -# the administrative user will be called dba_davical) but in |
|
10 -# older installations the application user was called 'general' |
|
11 -# and the administrative user was probably 'postgres'. |
|
12 -# |
|
13 -# See the wiki topic 'Database/Users' for more discussion. |
|
14 -# |
|
15 -# This file includes lines like: |
|
16 -# GRANT SELECT,... |
|
17 -# which define what gets granted to the following lines like: |
|
18 -# ON table1, table2, sequence1, function 3, view4, ... |
|
19 -# no user-serviceable parts inside, all whitespace is ignored, |
|
20 -# your mileage should not vary :-) |
|
21 -# |
|
22 +-- |
|
23 +-- This file is used by update-rscds-database to set the correct |
|
24 +-- permissions for the application user. In newer installations |
|
25 +-- the application user will probably be called app_davical (and |
|
26 +-- the administrative user will be called dba_davical) but in |
|
27 +-- older installations the application user was called 'general' |
|
28 +-- and the administrative user was probably 'postgres'. |
|
29 +-- |
|
30 +-- See the wiki topic 'Database/Users' for more discussion. |
|
31 +-- |
|
32 +-- This file includes lines like: |
|
33 +-- GRANT SELECT,... |
|
34 +-- which define what gets granted to the following lines like: |
|
35 +-- ON table1, table2, sequence1, function 3, view4, ... |
|
36 +-- no user-serviceable parts inside, all whitespace is ignored, |
|
37 +-- your mileage should not vary :-) |
|
38 +-- |
6 |
39 |
7 GRANT SELECT,INSERT,UPDATE,DELETE |
40 GRANT SELECT,INSERT,UPDATE,DELETE |
8 - ON collection |
41 - ON collection |
9 - ON caldav_data |
42 - ON caldav_data |
10 - ON calendar_item |
43 - ON calendar_item |