Thu Jun 19 13:35:41 PDT 2008
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide In directory main.slony.info:/tmp/cvs-serv19325 Modified Files: monitoring.sgml Log Message: Add some notes on the preference, in modern times, for Perl DBI rather than the older "Pg" module Index: monitoring.sgml =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/monitoring.sgml,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** monitoring.sgml 26 May 2008 18:46:21 -0000 1.43 --- monitoring.sgml 19 Jun 2008 20:35:39 -0000 1.44 *************** *** 156,159 **** --- 156,166 ---- script; if you don't like the values, pick your favorites!</para> + <note><para> Note that there are two versions, one using the + <quote>classic</quote> <filename>Pg.pm</filename> Perl module for + accessing &postgres; databases, and one, with <filename>dbi</filename> + in its name, that uses the newer Perl <function> DBI</function> + interface. It is likely going to be easier to find packaging for + <function>DBI</function>. </para> </note> + </sect2>
- Previous message: [Slony1-commit] slony1-engine/doc/adminguide slonik_ref.sgml
- Next message: [Slony1-commit] slony1-engine/src/slon remote_worker.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list