diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-08 13:27:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-08 13:27:31 +0000 |
commit | e829f822239186df59829afae5cc2769b783630b (patch) | |
tree | 7deeff33918515c982a34a8a825493cd34a37218 | |
parent | 3716e12808553609f1765d7a9eb20f6ee993afd7 (diff) | |
download | postgresql-e829f822239186df59829afae5cc2769b783630b.tar.gz postgresql-e829f822239186df59829afae5cc2769b783630b.zip |
Add comma.
-rw-r--r-- | doc/FAQ_DEV | 4 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index 45f609a4ed8..7eaa833feaa 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -1,7 +1,7 @@ Developer's Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Mon Mar 7 22:52:51 EST 2005 + Last updated: Tue Mar 8 08:27:31 EST 2005 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -98,7 +98,7 @@ review of others. A web site is maintained for patches that are ready to be applied, - http://momjian.postgresql.org/cgi-bin/pgpatches and those that are + http://momjian.postgresql.org/cgi-bin/pgpatches, and those that are being kept for the next release, http://momjian.postgresql.org/cgi-bin/pgpatches2. diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index d622f955809..b95104f916b 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Mon Mar 7 22:52:51 EST 2005</P> + <P>Last updated: Tue Mar 8 08:27:31 EST 2005</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -149,7 +149,7 @@ <P>A web site is maintained for patches that are ready to be applied, <a href="http://momjian.postgresql.org/cgi-bin/pgpatches"> - http://momjian.postgresql.org/cgi-bin/pgpatches</a> and + http://momjian.postgresql.org/cgi-bin/pgpatches</a>, and those that are being kept for the next release, <a href="http://momjian.postgresql.org/cgi-bin/pgpatches2"> http://momjian.postgresql.org/cgi-bin/pgpatches2</a>. |