diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-10-26 19:08:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-10-26 19:08:57 +0000 |
commit | ffda32e9fd1878cd3896e71b4f48e97c22479335 (patch) | |
tree | 0f3c87fc20d84a3e61f29f239ab80279ac4fbb00 /doc/src/FAQ/FAQ_DEV.html | |
parent | f201257991f116315365eb21cbd648b86fe015f3 (diff) | |
download | postgresql-ffda32e9fd1878cd3896e71b4f48e97c22479335.tar.gz postgresql-ffda32e9fd1878cd3896e71b4f48e97c22479335.zip |
Remove second-in-paragraph usage of "Postgres" in FAQ_DEV.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <H1>Developer's Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Sep 26 16:38:09 EDT 2007</P> + <P>Last updated: Fri Oct 26 15:08:39 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR> @@ -190,7 +190,7 @@ rely on surrounding lines.)</li> <li>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.</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 Postgres user</li> - <li>Follows existing Postgres coding standards</li> + <li>Is of sufficient usefulness to the average PostgreSQL user</li> + <li>Follows existing PostgreSQL coding standards</li> </ul> <H3 id="item1.7">1.7) Where can I learn more about the |