summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-09-26 20:38:28 +0000
committerBruce Momjian2007-09-26 20:38:28 +0000
commit80963144ad67263222d2de8881e0f4fbf1b50e12 (patch)
tree814f2f9bdbce4de40e1685de6a9c224783c09952
parent9692324734fbd1004a1f59de82e962ecd647639b (diff)
Rename "PostgreSQL" to "Postgres" in 3 places.
-rw-r--r--doc/FAQ_DEV12
-rw-r--r--doc/src/FAQ/FAQ_DEV.html8
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index c87df225a7..9295937514 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Sun Sep 23 14:06:36 EDT 2007
+ Last updated: Wed Sep 26 16:38:09 EDT 2007
Current maintainer: Bruce Momjian ([email protected])
@@ -137,9 +137,9 @@ General Questions
preferable if the file changes are single-line changes and do not
rely on surrounding lines.)
4. PostgreSQL is licensed under a BSD license. By posting a patch 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.
+ the public Postgres mailling lists, you are giving the PostgreSQL
+ Global Development Group the non-revokable right to distribute
+ your patch under the BSD license.
5. Confirm that your changes can pass the regression tests. If your
changes are port specific, please list the ports you have tested
it on.
@@ -180,8 +180,8 @@ General Questions
* 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 PostgreSQL user
- * Follows existing PostgreSQL coding standards
+ * Is of sufficient usefulness to the average Postgres user
+ * Follows existing Postgres coding standards
1.7) Where can I learn more about the code?
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 027c9d0042..104e68591d 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: Sun Sep 23 14:06:36 EDT 2007</P>
+ <P>Last updated: Wed Sep 26 16:38:09 EDT 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
@@ -190,7 +190,7 @@
rely on surrounding lines.)</li>
<li>PostgreSQL is licensed under a BSD license. By posting a patch
- to the public PostgreSQL mailling lists, you are giving the PostgreSQL
+ to the public Postgres mailling lists, you are giving the PostgreSQL
Global Development Group the non-revokable right to distribute your
patch under the BSD license.</li>
@@ -242,8 +242,8 @@
<li>Contains no reliability risks</li>
<li>Does not overly complicate the source code</li>
<li>If performance-related, has a measureable performance benefit</li>
- <li>Is of sufficient usefulness to the average PostgreSQL user</li>
- <li>Follows existing PostgreSQL coding standards</li>
+ <li>Is of sufficient usefulness to the average Postgres user</li>
+ <li>Follows existing Postgres coding standards</li>
</ul>
<H3 id="item1.7">1.7) Where can I learn more about the