diff options
author | Bruce Momjian | 2008-04-25 14:34:26 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-04-25 14:34:26 +0000 |
commit | 5463d399e32f4ecea74b2a2baabbcf3153068ea4 (patch) | |
tree | 56e4e66c0068ea66c2d8e6ea4a2a21c2d0e3e507 | |
parent | 43a43ad21d07d2970f193b2a721fb2de8a0c0584 (diff) |
Update wording from David Fetter.
-rw-r--r-- | doc/FAQ | 6 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Apr 25 10:28:05 EDT 2008 + Last updated: Fri Apr 25 10:34:17 EDT 2008 Current maintainer: Bruce Momjian ([email protected]) @@ -335,8 +335,8 @@ 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, you cannot use Postgres and a - lighter-weight database solution should be selected. + run inside the application process, you cannot use Postgres and should + select a lighter-weight database solution. 1.14) Will PostgreSQL handle recent daylight saving time changes in various countries? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 97cd852ca9c..c4b65d9aee5 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Apr 25 10:28:05 EDT 2008</P> + <P>Last updated: Fri Apr 25 10:34:17 EDT 2008</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>) @@ -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, you cannot use - Postgres and a lighter-weight database solution should be selected.</P> + database server to run inside the application process, you cannot use + Postgres and should select a lighter-weight database solution.</P> <H3 id="item1.14">1.14) Will PostgreSQL handle recent daylight saving time changes in various countries?</H3> |