From: Bruce Momjian
Date: Fri, 25 Apr 2008 14:28:51 +0000 (+0000)
Subject: Update to remove passive wording from FAQ, David Fetter
X-Git-Tag: REL8_4_BETA1~1489
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43a43ad21d07d2970f193b2a721fb2de8a0c0584;p=thirdparty%2Fpostgresql.git
Update to remove passive wording from FAQ, David Fetter
---
diff --git a/doc/FAQ b/doc/FAQ
index a5b38de6c65..555d99595ff 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Thu Apr 24 15:58:18 EDT 2008
+ Last updated: Fri Apr 25 10:28:05 EDT 2008
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -335,7 +335,7 @@
separate processes for each client and server, and various helper
processes. Many embedded architectures can support such requirements.
However, if your embedded architecture requires the database server to
- run inside the application process, Postgres cannot be used and a
+ run inside the application process, you cannot use Postgres and a
lighter-weight database solution should be selected.
1.14) Will PostgreSQL handle recent daylight saving time changes in various
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 7702e2bb414..97cd852ca9c 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Thu Apr 24 15:58:18 EDT 2008
+ Last updated: Fri Apr 25 10:28:05 EDT 2008
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -448,8 +448,8 @@
requires separate processes for each client and server, and various
helper processes. Many embedded architectures can support such
requirements. However, if your embedded architecture requires the
- database server to run inside the application process, Postgres cannot
- be used and a lighter-weight database solution should be selected.
+ database server to run inside the application process, you cannot use
+ Postgres and a lighter-weight database solution should be selected.
1.14) Will PostgreSQL handle recent daylight
saving time changes in various countries?