pgsql: Document pg_stat_replication, bump catversion since that was ove

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document pg_stat_replication, bump catversion since that was ove
Date: 2011-01-07 16:08:59
Message-ID: E1PbEs7-0004AH-4h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document pg_stat_replication, bump catversion since that was overlooked.

Itagaki Takahiro, edited by me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9b4271deb97270d336c9d34ac911748faa5a4892

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 10 ++++++++++
doc/src/sgml/monitoring.sgml | 9 +++++++++
src/include/catalog/catversion.h | 2 +-
3 files changed, 20 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-07 16:09:03 Re: Re: [COMMITTERS] pgsql: New system view pg_stat_replication displays activity of wal sen
Previous Message Robert Haas 2011-01-07 16:01:32 pgsql: Improve recovery.conf.sample comments.