File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Fri Dec 15 08:28:38 EST 2006
5
+ Last updated: Fri Dec 15 10:40:41 EST 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1400,6 +1400,14 @@ Features We Do _Not_ Want
1400
1400
optional and continue to use bison.
1401
1401
http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
1402
1402
1403
+ * Embedded server (not wanted)
1404
+
1405
+ While PostgreSQL clients runs fine limited-resource environments, the
1406
+ server requires multiple processes and a stable pool of resources to
1407
+ run reliabily and efficiently. Stripping down the PostgreSQL server
1408
+ to run in the same process address space as the client application
1409
+ would add too much complexity and failure cases.
1410
+
1403
1411
1404
1412
---------------------------------------------------------------------------
1405
1413
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Fri Dec 15 08:28:38 EST 2006
11
+ Last updated: Fri Dec 15 10:40:41 EST 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -1262,6 +1262,13 @@ <h1><a name="section_23">Features We Do <u>Not</u> Want</a></h1>
1262
1262
< p > Because we support postfix operators, it isn't possible to make AS
1263
1263
optional and continue to use bison.
1264
1264
< a href ="http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php "> http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php</ a >
1265
+ </ p >
1266
+ </ li > < li > Embedded server (not wanted)
1267
+ < p > While PostgreSQL clients runs fine limited-resource environments, the
1268
+ server requires multiple processes and a stable pool of resources to
1269
+ run reliabily and efficiently. Stripping down the PostgreSQL server
1270
+ to run in the same process address space as the client application
1271
+ would add too much complexity and failure cases.
1265
1272
</ p >
1266
1273
</ li > </ ul >
1267
1274
< hr />
You can’t perform that action at this time.
0 commit comments