Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8096314

Browse files
committed
Rename "PostgreSQL" to "Postgres" in 3 places.
1 parent 9692324 commit 8096314

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/FAQ_DEV

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Sun Sep 23 14:06:36 EDT 2007
4+
Last updated: Wed Sep 26 16:38:09 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -137,9 +137,9 @@ General Questions
137137
preferable if the file changes are single-line changes and do not
138138
rely on surrounding lines.)
139139
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.
143143
5. Confirm that your changes can pass the regression tests. If your
144144
changes are port specific, please list the ports you have tested
145145
it on.
@@ -180,8 +180,8 @@ General Questions
180180
* Contains no reliability risks
181181
* Does not overly complicate the source code
182182
* 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
185185

186186
1.7) Where can I learn more about the code?
187187

doc/src/FAQ/FAQ_DEV.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Sun Sep 23 14:06:36 EDT 2007</P>
16+
<P>Last updated: Wed Sep 26 16:38:09 EDT 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -190,7 +190,7 @@ <H3 id="item1.5">1.5) I have developed a patch, what next?</H3>
190190
rely on surrounding lines.)</li>
191191

192192
<li>PostgreSQL is licensed under a BSD license. By posting a patch
193-
to the public PostgreSQL mailling lists, you are giving the PostgreSQL
193+
to the public Postgres mailling lists, you are giving the PostgreSQL
194194
Global Development Group the non-revokable right to distribute your
195195
patch under the BSD license.</li>
196196

@@ -242,8 +242,8 @@ <H3 id="item1.6">1.6) How is a patch reviewed?</H3>
242242
<li>Contains no reliability risks</li>
243243
<li>Does not overly complicate the source code</li>
244244
<li>If performance-related, has a measureable performance benefit</li>
245-
<li>Is of sufficient usefulness to the average PostgreSQL user</li>
246-
<li>Follows existing PostgreSQL coding standards</li>
245+
<li>Is of sufficient usefulness to the average Postgres user</li>
246+
<li>Follows existing Postgres coding standards</li>
247247
</ul>
248248

249249
<H3 id="item1.7">1.7) Where can I learn more about the

0 commit comments

Comments
 (0)