[Greater-commits] r404 - trunk/packaging/defaultdata

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 11 17:18:18 CEST 2011


Author: aheinecke
Date: 2011-07-11 17:18:17 +0200 (Mon, 11 Jul 2011)
New Revision: 404

Modified:
   trunk/packaging/defaultdata/README
Log:
Make note on how to handle permissions


Modified: trunk/packaging/defaultdata/README
===================================================================
--- trunk/packaging/defaultdata/README	2011-07-11 15:17:50 UTC (rev 403)
+++ trunk/packaging/defaultdata/README	2011-07-11 15:18:17 UTC (rev 404)
@@ -5,3 +5,15 @@
 
 Scripts should start with a number indicating the Order in which they
 should be executed.
+
+For the defaultdata you should look at the paths in the defaultdata
+scripts and also into the bin_obj scripts.
+
+After importing the bin objects you need to make sure that the
+blob permissions are correctly. The user postgres has to do the
+import and afterwards have to give them over to all greater users
+
+select file_obj from bin_obj_tab;
+and then in your editor something like:
+%s/^    /Grant all on large object /
+%s/$/to greater_standard_role;



More information about the Greater-commits mailing list