diff options
author | Neil Conway <neilc@samurai.com> | 2007-10-04 07:53:07 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-10-04 07:53:07 +0000 |
commit | 0b3f5ac43d8c52412872d5c6f278859abda0206f (patch) | |
tree | a4539ccf6ab711c505c125551c46764c6a01ea9a | |
parent | 77b0f459c85b369e931d65bc4be09fee9e824f8b (diff) | |
download | postgresql-0b3f5ac43d8c52412872d5c6f278859abda0206f.tar.gz postgresql-0b3f5ac43d8c52412872d5c6f278859abda0206f.zip |
Two fixes for the release notes from Guillaume Smet. In passing, make
a minor markup improvement.
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index a86b95c1068..fbe3b2f2846 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.512 2007/10/04 03:53:58 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.513 2007/10/04 07:53:07 neilc Exp $ --> <!-- Typical markup: @@ -2675,19 +2675,19 @@ do it for earlier branch release files. <listitem> <para> Add usage count statistics to the information available from - contrib/pgbuffercache (Greg Smith) + <filename>contrib/pgbuffercache</filename> (Greg Smith) </para> </listitem> <listitem> <para> - Add GIN support for hstore (Guillaume Smet, Teodor) + Add GIN support for hstore (Teodor) </para> </listitem> <listitem> <para> - Add GIN support for pg_trgm (Guillaume Smet, Teodor0 + Add GIN support for pg_trgm (Guillaume Smet, Teodor) </para> </listitem> |