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.
This commit is contained in:
parent
2356c9fc4c
commit
8186e7ef89
10
doc/TODO
10
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1400,6 +1400,14 @@ Features We Do _Not_ Want
|
|||||||
optional and continue to use bison.
|
optional and continue to use bison.
|
||||||
http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
|
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.
|
||||||
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<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>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1262,6 +1262,13 @@ first.
|
|||||||
<p> Because we support postfix operators, it isn't possible to make AS
|
<p> Because we support postfix operators, it isn't possible to make AS
|
||||||
optional and continue to use bison.
|
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>
|
<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>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user