Chris Browne cbbrowne at lists.slony.info
Thu Mar 1 13:02:34 PST 2007
Update of /home/cvsd/slony1/slony1-engine/tests/testutf8
In directory main:/tmp/cvs-serv8746/tests/testutf8

Added Files:
	gen_weak_user.sh 
Log Message:
Add tests to the testbed that confirm the minimal permissions required
by those Slony-I connections stored in sl_path.


--- NEW FILE: gen_weak_user.sh ---
weakuser=$1;

for i in table1 table2 table3 table4 utf8table; do
   echo "grant select on table public.${i} to ${weakuser};"
   echo "grant select on table public.table${i}_id_seq to ${weakuser};"
done



More information about the Slony1-commit mailing list