diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-11-22 15:31:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-11-22 15:31:23 +0000 |
commit | b621efbbb89106db3e3e63009d152d6cae7dc39c (patch) | |
tree | f7bf07a71f16d8d7630d4aad2b77f5b7e0a2b96d /doc/src | |
parent | 5b352d8e127b695ab6facf92dbd6af47038d54e3 (diff) | |
download | postgresql-b621efbbb89106db3e3e63009d152d6cae7dc39c.tar.gz postgresql-b621efbbb89106db3e3e63009d152d6cae7dc39c.zip |
Update wording and cleanup for new items.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 634286dc829..8bf6153c789 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Nov 22 10:21:51 EST 2005</P> + <P>Last updated: Tue Nov 22 10:31:18 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) @@ -272,7 +272,7 @@ </li> <li>The bug is new. The following might happen: <ul> - <li>A patch has been created and will be included in the next major + <li>A patch is created and will be included in the next major or minor release</li> <li>The bug cannot be fixed immediately and is added to the <A href="http://www.postgresql.org/docs/faqs.TODO.html">TODO</A> @@ -312,10 +312,11 @@ <A href="http://www.postgresql.org/docs/faqs.TODO.html">TODO</A> list up-to-date. In practice, bugs don't last very long in the software, and bugs that affect a large number of users are fixed - rapidly. The only single place to find all changes, improvements, - and fixes in a PostgreSQL release is to read our CVS logs messages. - Even the release notes do not contain every change made to the - software.</P> + rapidly. The only place to find all changes, improvements, and + fixes in a PostgreSQL release is to read the + <a href="http://www.postgresql.org/developer/sourcecode/">CVS</a> + log messages. Even the release notes do not list every change + made to the software.</P> <H3 id="item1.10">1.10) What documentation is available?</H3> |