|
1 | 1 |
|
2 | 2 | Developer's Frequently Asked Questions (FAQ) for PostgreSQL
|
3 | 3 |
|
4 |
| - Last updated: Sun Sep 23 14:06:36 EDT 2007 |
| 4 | + Last updated: Wed Sep 26 16:38:09 EDT 2007 |
5 | 5 |
|
6 | 6 | Current maintainer: Bruce Momjian (bruce@momjian.us)
|
7 | 7 |
|
@@ -137,9 +137,9 @@ General Questions
|
137 | 137 | preferable if the file changes are single-line changes and do not
|
138 | 138 | rely on surrounding lines.)
|
139 | 139 | 4. PostgreSQL is licensed under a BSD license. By posting a patch to
|
140 |
| - the public PostgreSQL mailling lists, you are giving the |
141 |
| - PostgreSQL Global Development Group the non-revokable right to |
142 |
| - distribute your patch under the BSD license. |
| 140 | + the public Postgres mailling lists, you are giving the PostgreSQL |
| 141 | + Global Development Group the non-revokable right to distribute |
| 142 | + your patch under the BSD license. |
143 | 143 | 5. Confirm that your changes can pass the regression tests. If your
|
144 | 144 | changes are port specific, please list the ports you have tested
|
145 | 145 | it on.
|
@@ -180,8 +180,8 @@ General Questions
|
180 | 180 | * Contains no reliability risks
|
181 | 181 | * Does not overly complicate the source code
|
182 | 182 | * If performance-related, has a measureable performance benefit
|
183 |
| - * Is of sufficient usefulness to the average PostgreSQL user |
184 |
| - * Follows existing PostgreSQL coding standards |
| 183 | + * Is of sufficient usefulness to the average Postgres user |
| 184 | + * Follows existing Postgres coding standards |
185 | 185 |
|
186 | 186 | 1.7) Where can I learn more about the code?
|
187 | 187 |
|
|
0 commit comments