[DOCS] Londiste
Can anyone suggest where a "Londiste" mention would fit in our high availability docs? http://developer.postgresql.org/pgdocs/postgres/high-availability.html -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Londiste
Bruce Momjian writes: Can anyone suggest where a "Londiste" mention would fit in our high availability docs? I would suggest a new category. 25.1 (Comparison of different solutions) lists this one type of solution "Trigger-Based Master-Slave Replication". Perhaps a category for Trigger-Based Master-Slave Replication coulde be 25.7. This would work not only for Londiste but for anything else that uses triggers. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
[DOCS] Add pgFouine and Nagios doc mentions
The attached patch adds a mention of pgFouine and a Nagios plugin to our document under the "Log File Maintenance" section. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com Index: doc/src/sgml/maintenance.sgml === RCS file: /cvsroot/pgsql/doc/src/sgml/maintenance.sgml,v retrieving revision 1.103 diff -c -c -r1.103 maintenance.sgml *** doc/src/sgml/maintenance.sgml 16 Apr 2010 02:22:33 - 1.103 --- doc/src/sgml/maintenance.sgml 25 May 2010 02:35:01 - *** *** 821,825 --- 821,834 is to configure the rotation program so that old log files are overwritten cyclically. + + +http://pgfouine.projects.postgresql.org/";>pgFouine +is an external project that does sophisticated log file analysis. +http://bucardo.org/wiki/Check_postgres";>check_postgres +provides Nagios alerts when important messages appear in the log +files, as well as detection of many other extraordinary conditions. + -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Londiste
On Mon, May 24, 2010 at 7:52 PM, Bruce Momjian wrote: > Can anyone suggest where a "Londiste" mention would fit in our high > availability docs? > > http://developer.postgresql.org/pgdocs/postgres/high-availability.html I would think wherever we mention Slony - I gather that they are fairly similar in implementation, though I might be wrong about that. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise Postgres Company -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
