From ffda32e9fd1878cd3896e71b4f48e97c22479335 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 26 Oct 2007 19:08:57 +0000 Subject: Remove second-in-paragraph usage of "Postgres" in FAQ_DEV. --- doc/src/FAQ/FAQ_DEV.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/FAQ/FAQ_DEV.html') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 76e22142ecb..09f5628aee1 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -13,7 +13,7 @@

Developer's Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Wed Sep 26 16:38:09 EDT 2007

+

Last updated: Fri Oct 26 15:08:39 EDT 2007

Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -190,7 +190,7 @@ rely on surrounding lines.)

  • PostgreSQL is licensed under a BSD license. By posting a patch - to the public Postgres mailling lists, you are giving the PostgreSQL + to the public PostgreSQL mailling lists, you are giving the PostgreSQL Global Development Group the non-revokable right to distribute your patch under the BSD license.
  • @@ -242,8 +242,8 @@
  • Contains no reliability risks
  • Does not overly complicate the source code
  • If performance-related, has a measureable performance benefit
  • -
  • Is of sufficient usefulness to the average Postgres user
  • -
  • Follows existing Postgres coding standards
  • +
  • Is of sufficient usefulness to the average PostgreSQL user
  • +
  • Follows existing PostgreSQL coding standards
  • 1.7) Where can I learn more about the -- cgit v1.2.3