Chris Browne cbbrowne at lists.slony.info
Wed Jun 10 14:11:58 PDT 2009
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv18169/tools

Modified Files:
      Tag: REL_2_0_STABLE
	slonikconfdump.sh 
Log Message:
Change ordering of subscription extraction, and document the restrictions
a bit more carefully for the configuration dumper


Index: slonikconfdump.sh
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/Attic/slonikconfdump.sh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** slonikconfdump.sh	9 Jun 2009 21:38:27 -0000	1.1.2.1
--- slonikconfdump.sh	10 Jun 2009 21:11:56 -0000	1.1.2.2
***************
*** 97,101 ****
  done
  
! Q="select sub_set,sub_provider,sub_receiver,case when sub_forward then 'YES' else 'NO' end from ${SS}.sl_subscribe;"
  SUBS=`psql -qtA -F ":" -R " " -c "${Q}"`
  for sb in `echo ${SUBS}`; do
--- 97,101 ----
  done
  
! Q="select sub_set,sub_provider,sub_receiver,case when sub_forward then 'YES' else 'NO' end from ${SS}.sl_subscribe order by sub_set, sub_provider, sub_receiver;"
  SUBS=`psql -qtA -F ":" -R " " -c "${Q}"`
  for sb in `echo ${SUBS}`; do



More information about the Slony1-commit mailing list