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

Commit 9692324

Browse files
committed
Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.
1 parent b83e116 commit 9692324

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

doc/FAQ

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

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Sep 14 14:39:54 EDT 2007
4+
Last updated: Wed Sep 26 16:36:22 EDT 2007
55

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

@@ -113,7 +113,7 @@
113113
community of developers and users, which anyone can join. All you need
114114
to do is subscribe to the mailing lists and participate in the
115115
discussions. (See the Developer's FAQ for information on how to get
116-
involved in PostgreSQL development.)
116+
involved in Postgres development.)
117117

118118
1.3) What is the copyright of PostgreSQL?
119119

@@ -158,7 +158,7 @@
158158
PostgreSQL also runs natively on Microsoft Windows NT-based operating
159159
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer
160160
is available at http://pgfoundry.org/projects/pginstaller. MSDOS-based
161-
versions of Windows (Win95, Win98, WinMe) can run PostgreSQL using
161+
versions of Windows (Win95, Win98, WinMe) can run Postgres using
162162
Cygwin.
163163

164164
There is also a Novell Netware 6 port at http://forge.novell.com, and
@@ -200,7 +200,7 @@
200200
Visit the PostgreSQL bug form at
201201
http://www.postgresql.org/support/submitbug. Also check out our ftp
202202
site ftp://ftp.PostgreSQL.org/pub/ to see if there is a more recent
203-
PostgreSQL version.
203+
Postgres version.
204204

205205
Bugs submitted using the bug form or posted to any PostgreSQL mailing
206206
list typically generates one of the following replies:
@@ -240,9 +240,9 @@
240240
efficient to respond directly to email and keep the TODO list
241241
up-to-date. In practice, bugs don't last very long in the software,
242242
and bugs that affect a large number of users are fixed rapidly. The
243-
only place to find all changes, improvements, and fixes in a
244-
PostgreSQL release is to read the CVS log messages. Even the release
245-
notes do not list every change made to the software.
243+
only place to find all changes, improvements, and fixes in a Postgres
244+
release is to read the CVS log messages. Even the release notes do not
245+
list every change made to the software.
246246

247247
1.10) What documentation is available?
248248

@@ -537,15 +537,15 @@
537537
As an example, consider a file of 100,000 lines with an integer and
538538
text description on each line. Suppose the text string avergages
539539
twenty bytes in length. The flat file would be 2.8 MB. The size of the
540-
PostgreSQL database file containing this data can be estimated as 5.2
540+
Postgres database file containing this data can be estimated as 5.2
541541
MB:
542542
24 bytes: each row header (approximate)
543543
24 bytes: one int field and one text field
544544
+ 4 bytes: pointer on page to tuple
545545
----------------------------------------
546546
52 bytes per row
547547

548-
The data page size in PostgreSQL is 8192 bytes (8 KB), so:
548+
The data page size in Postgres is 8192 bytes (8 KB), so:
549549

550550
8192 bytes per page
551551
------------------- = 158 rows per database page (rounded down)

doc/src/FAQ/FAQ.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Fri Sep 14 14:39:54 EDT 2007</P>
13+
<P>Last updated: Wed Sep 26 16:36:22 EDT 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -157,7 +157,7 @@ <H3 id="item1.2">1.2) Who controls PostgreSQL?<BR></H3>
157157
the community of developers and users, which anyone can join. All
158158
you need to do is subscribe to the mailing lists and participate in the
159159
discussions. (See the <a href="http://www.postgresql.org/docs/faqs.FAQ_DEV.html">
160-
Developer's FAQ</A> for information on how to get involved in PostgreSQL
160+
Developer's FAQ</A> for information on how to get involved in Postgres
161161
development.)</P>
162162

163163
<H3 id="item1.3">1.3) What is the copyright of
@@ -205,7 +205,7 @@ <H3 id="item1.4">1.4) What platforms does PostgreSQL support?</H3>
205205
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is
206206
available at <a href= "http://pgfoundry.org/projects/pginstaller">
207207
http://pgfoundry.org/projects/pginstaller</a>. MSDOS-based versions
208-
of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P>
208+
of Windows (Win95, Win98, WinMe) can run Postgres using Cygwin.</P>
209209

210210
<p>There is also a Novell Netware 6 port at
211211
<a href="http://forge.novell.com">http://forge.novell.com</a>,
@@ -240,8 +240,8 @@ <H3 id="item1.7">1.7) Where can I get support?</H3>
240240
program <CODE>irc -c '#postgresql' "$USER" irc.freenode.net</CODE>
241241
or use any other IRC clients. A Spanish one also exists
242242
on the same network, (<I>#postgresql-es</I>), a French one,
243-
(<I>#postgresqlfr</I>), and a Brazilian one, (<I>#postgresql-br</I>).
244-
There is also a PostgreSQL channel on EFNet.</P>
243+
(<I>#postgresqlfr</I>), and a Brazilian one, (<I>#postgresql-br</I>).
244+
There is also a PostgreSQL channel on EFNet.</P>
245245

246246
<P>A list of commercial support companies is available at <A href=
247247
"http://www.postgresql.org/support/professional_support">
@@ -254,7 +254,7 @@ <H3 id="item1.8">1.8) How do I submit a bug report?</H3>
254254
http://www.postgresql.org/support/submitbug</A>.
255255
Also check out our ftp site <A href=
256256
"ftp://ftp.PostgreSQL.org/pub/">ftp://ftp.PostgreSQL.org/pub/</A> to
257-
see if there is a more recent PostgreSQL version.</P>
257+
see if there is a more recent Postgres version.</P>
258258

259259
<P>Bugs submitted using the bug form or posted to any PostgreSQL mailing
260260
list typically generates one of the following replies:</P>
@@ -317,7 +317,7 @@ <H3 id="item1.9">1.9) How do I find out about known bugs or
317317
list up-to-date. In practice, bugs don't last very long in the
318318
software, and bugs that affect a large number of users are fixed
319319
rapidly. The only place to find all changes, improvements, and
320-
fixes in a PostgreSQL release is to read the
320+
fixes in a Postgres release is to read the
321321
<a href="http://www.postgresql.org/developer/sourcecode/">CVS</a>
322322
log messages. Even the release notes do not list every change
323323
made to the software.</P>
@@ -711,7 +711,7 @@ <H3 id="item4.5">4.5) How much database disk space is required
711711
<P>As an example, consider a file of 100,000 lines with an integer
712712
and text description on each line. Suppose the text string
713713
avergages twenty bytes in length. The flat file would be 2.8 MB.
714-
The size of the PostgreSQL database file containing this data can
714+
The size of the Postgres database file containing this data can
715715
be estimated as 5.2 MB:</P>
716716
<PRE>
717717
24 bytes: each row header (approximate)
@@ -720,7 +720,7 @@ <H3 id="item4.5">4.5) How much database disk space is required
720720
----------------------------------------
721721
52 bytes per row
722722

723-
The data page size in PostgreSQL is 8192 bytes (8 KB), so:
723+
The data page size in Postgres is 8192 bytes (8 KB), so:
724724

725725
8192 bytes per page
726726
------------------- = 158 rows per database page (rounded down)

0 commit comments

Comments
 (0)