Rename "PostgreSQL" to "Postgres" in 3 places.

This commit is contained in:
Bruce Momjian 2007-09-26 20:38:28 +00:00
parent 9692324734
commit 80963144ad
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL 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 (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -137,9 +137,9 @@ General Questions
preferable if the file changes are single-line changes and do not preferable if the file changes are single-line changes and do not
rely on surrounding lines.) rely on surrounding lines.)
4. PostgreSQL is licensed under a BSD license. By posting a patch to 4. PostgreSQL is licensed under a BSD license. By posting a patch to
the public PostgreSQL mailling lists, you are giving the the public Postgres mailling lists, you are giving the PostgreSQL
PostgreSQL Global Development Group the non-revokable right to Global Development Group the non-revokable right to distribute
distribute your patch under the BSD license. your patch under the BSD license.
5. Confirm that your changes can pass the regression tests. If your 5. Confirm that your changes can pass the regression tests. If your
changes are port specific, please list the ports you have tested changes are port specific, please list the ports you have tested
it on. it on.
@ -180,8 +180,8 @@ General Questions
* Contains no reliability risks * Contains no reliability risks
* Does not overly complicate the source code * Does not overly complicate the source code
* If performance-related, has a measureable performance benefit * If performance-related, has a measureable performance benefit
* Is of sufficient usefulness to the average PostgreSQL user * Is of sufficient usefulness to the average Postgres user
* Follows existing PostgreSQL coding standards * Follows existing Postgres coding standards
1.7) Where can I learn more about the code? 1.7) Where can I learn more about the code?

View File

@ -13,7 +13,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for <H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1> 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= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@ -190,7 +190,7 @@
rely on surrounding lines.)</li> rely on surrounding lines.)</li>
<li>PostgreSQL is licensed under a BSD license. By posting a patch <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 Global Development Group the non-revokable right to distribute your
patch under the BSD license.</li> patch under the BSD license.</li>
@ -242,8 +242,8 @@
<li>Contains no reliability risks</li> <li>Contains no reliability risks</li>
<li>Does not overly complicate the source code</li> <li>Does not overly complicate the source code</li>
<li>If performance-related, has a measureable performance benefit</li> <li>If performance-related, has a measureable performance benefit</li>
<li>Is of sufficient usefulness to the average PostgreSQL user</li> <li>Is of sufficient usefulness to the average Postgres user</li>
<li>Follows existing PostgreSQL coding standards</li> <li>Follows existing Postgres coding standards</li>
</ul> </ul>
<H3 id="item1.7">1.7) Where can I learn more about the <H3 id="item1.7">1.7) Where can I learn more about the