Mon, 22 Nov 2010 14:14:30 +0100
Use the correct comment symbol for PostgreSQL syntax.
davical/davical.patch | file | annotate | diff | comparison | revisions |
1.1 --- a/davical/davical.patch Mon Nov 22 13:09:10 2010 +0100 1.2 +++ b/davical/davical.patch Mon Nov 22 14:14:30 2010 +0100 1.3 @@ -1,8 +1,41 @@ 1.4 Index: davical-0.9.9.3/dba/appuser_permissions.txt 1.5 --- davical-0.9.9.3/dba/appuser_permissions.txt.orig 2010-04-19 02:32:58.000000000 +0200 1.6 +++ davical-0.9.9.3/dba/appuser_permissions.txt 2010-09-21 17:32:46.000000000 +0200 1.7 -@@ -17,49 +17,53 @@ 1.8 - # 1.9 +@@ -1,65 +1,69 @@ 1.10 +-# 1.11 +-# This file is used by update-rscds-database to set the correct 1.12 +-# permissions for the application user. In newer installations 1.13 +-# the application user will probably be called app_davical (and 1.14 +-# the administrative user will be called dba_davical) but in 1.15 +-# older installations the application user was called 'general' 1.16 +-# and the administrative user was probably 'postgres'. 1.17 +-# 1.18 +-# See the wiki topic 'Database/Users' for more discussion. 1.19 +-# 1.20 +-# This file includes lines like: 1.21 +-# GRANT SELECT,... 1.22 +-# which define what gets granted to the following lines like: 1.23 +-# ON table1, table2, sequence1, function 3, view4, ... 1.24 +-# no user-serviceable parts inside, all whitespace is ignored, 1.25 +-# your mileage should not vary :-) 1.26 +-# 1.27 ++-- 1.28 ++-- This file is used by update-rscds-database to set the correct 1.29 ++-- permissions for the application user. In newer installations 1.30 ++-- the application user will probably be called app_davical (and 1.31 ++-- the administrative user will be called dba_davical) but in 1.32 ++-- older installations the application user was called 'general' 1.33 ++-- and the administrative user was probably 'postgres'. 1.34 ++-- 1.35 ++-- See the wiki topic 'Database/Users' for more discussion. 1.36 ++-- 1.37 ++-- This file includes lines like: 1.38 ++-- GRANT SELECT,... 1.39 ++-- which define what gets granted to the following lines like: 1.40 ++-- ON table1, table2, sequence1, function 3, view4, ... 1.41 ++-- no user-serviceable parts inside, all whitespace is ignored, 1.42 ++-- your mileage should not vary :-) 1.43 ++-- 1.44 1.45 GRANT SELECT,INSERT,UPDATE,DELETE 1.46 - ON collection