Chris Browne cbbrowne at lists.slony.info
Wed Jun 25 09:02:41 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/tools
In directory main.slony.info:/tmp/cvs-serv7712

Modified Files:
	test_slony_state.pl 
Log Message:
Add comment to test_slony_state.pl indicating that people may prefer
to use DBI rather than the older Pg module


Index: test_slony_state.pl
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/tools/test_slony_state.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** test_slony_state.pl	2 Jan 2007 19:34:11 -0000	1.7
--- test_slony_state.pl	25 Jun 2008 16:02:39 -0000	1.8
***************
*** 9,12 ****
--- 9,15 ----
  # cluster.
  
+ # Note: This uses the legacy "Pg" module; it is likely that the other
+ # version of this script that uses DBI is preferable to use.
+ 
  use Pg;
  use Getopt::Long;



More information about the Slony1-commit mailing list