From f201257991f116315365eb21cbd648b86fe015f3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 26 Oct 2007 19:04:37 +0000 Subject: Remove use of "Postgres" aliases in the FAQ in second-in-paragraph cases. --- doc/src/FAQ/FAQ.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 78efa16078f..cc74b93e078 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">
Last updated: Wed Oct 17 13:34:42 EDT 2007
+Last updated: Fri Oct 26 14:59:45 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -157,7 +157,7 @@ the community of developers and users, which anyone can join. All you need to do is subscribe to the mailing lists and participate in the discussions. (See the - Developer's FAQ for information on how to get involved in Postgres + Developer's FAQ for information on how to get involved in PostgreSQL development.)
There is also a Novell Netware 6 port at http://forge.novell.com, @@ -254,7 +254,7 @@ http://www.postgresql.org/support/submitbug. Also check out our ftp site ftp://ftp.postgresql.org/pub/ to - see if there is a more recent Postgres version.
+ see if there is a more recent PostgreSQL version.Bugs submitted using the bug form or posted to any PostgreSQL mailing list typically generates one of the following replies:
@@ -317,7 +317,7 @@ list up-to-date. In practice, bugs don't last very long in the software, and bugs that affect a large number of users are fixed rapidly. The only place to find all changes, improvements, and - fixes in a Postgres release is to read the + fixes in a PostgreSQL release is to read the CVS log messages. Even the release notes do not list every change made to the software. @@ -708,7 +708,7 @@ table?As an example, consider a file of 100,000 lines with an integer and text description on each line. Suppose the text string avergages twenty bytes in length. The flat file would be 2.8 MB. - The size of the Postgres database file containing this data can + The size of the PostgreSQL database file containing this data can be estimated as 5.2 MB:
24 bytes: each row header (approximate)
@@ -717,7 +717,7 @@ table?unlimited
----------------------------------------
52 bytes per row
- The data page size in Postgres is 8192 bytes (8 KB), so:
+ The data page size in PostgreSQL is 8192 bytes (8 KB), so:
8192 bytes per page
------------------- = 158 rows per database page (rounded down)
--
cgit v1.2.3