From cdcee165889b42d617a42958b17fd08befe8fe6c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 17 Dec 2006 03:57:07 +0000 Subject: [PATCH] Fix typo: < While PostgreSQL clients runs fine limited-resource environments, the > While PostgreSQL clients runs fine in limited-resource environments, the --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 0d73e97379..ef2b107bff 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Dec 16 22:55:11 EST 2006 +Last updated: Sat Dec 16 22:56:59 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1402,7 +1402,7 @@ Features We Do _Not_ Want * Embedded server (not wanted) - While PostgreSQL clients runs fine limited-resource environments, the + While PostgreSQL clients runs fine in limited-resource environments, the server requires multiple processes and a stable pool of resources to run reliabily and efficiently. Stripping down the PostgreSQL server to run in the same process address space as the client application diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2f669a42d6..f4857bac64 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Sat Dec 16 22:55:11 EST 2006 +Last updated: Sat Dec 16 22:56:59 EST 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1264,7 +1264,7 @@ first. http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php

  • Embedded server (not wanted) -

    While PostgreSQL clients runs fine limited-resource environments, the +

    While PostgreSQL clients runs fine in limited-resource environments, the server requires multiple processes and a stable pool of resources to run reliabily and efficiently. Stripping down the PostgreSQL server to run in the same process address space as the client application -- 2.40.0