aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-12-15 15:40:52 +0000
committerBruce Momjian <bruce@momjian.us>2006-12-15 15:40:52 +0000
commit8186e7ef89fb826a25e0966dbb3dc368fa2a1649 (patch)
tree9905f13ffc38a1d25d55f5e2e38a98842a1e45a5
parent2356c9fc4c64cedfcd87541c56d778f2c06d11bc (diff)
downloadpostgresql-8186e7ef89fb826a25e0966dbb3dc368fa2a1649.tar.gz
postgresql-8186e7ef89fb826a25e0966dbb3dc368fa2a1649.zip
TODO item not wanted:
> > * Embedded server (not wanted) > > While PostgreSQL clients runs fine 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 > would add too much complexity and failure cases.
-rw-r--r--doc/TODO10
-rw-r--r--doc/src/FAQ/TODO.html9
2 files changed, 17 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 7443007ce41..2afd206387a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Fri Dec 15 08:28:38 EST 2006
+Last updated: Fri Dec 15 10:40:41 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1400,6 +1400,14 @@ Features We Do _Not_ Want
optional and continue to use bison.
http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
+* Embedded server (not wanted)
+
+ While PostgreSQL clients runs fine 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
+ would add too much complexity and failure cases.
+
---------------------------------------------------------------------------
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 1daa8a94d86..d9d7cdff0ae 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Fri Dec 15 08:28:38 EST 2006
+Last updated: Fri Dec 15 10:40:41 EST 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1263,6 +1263,13 @@ first.
optional and continue to use bison.
<a href="http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php">http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php</a>
</p>
+ </li><li>Embedded server (not wanted)
+<p> While PostgreSQL clients runs fine 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
+ would add too much complexity and failure cases.
+</p>
</li></ul>
<hr/>