1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-08 22:02:03 +03:00

Fix typo:

<   While PostgreSQL clients runs fine limited-resource environments, the
>   While PostgreSQL clients runs fine in limited-resource environments, the
This commit is contained in:
Bruce Momjian 2006-12-17 03:57:07 +00:00
parent 6874fb90c0
commit cdcee16588
2 changed files with 4 additions and 4 deletions

View File

@ -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: 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 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.
@ -1402,7 +1402,7 @@ Features We Do _Not_ Want
* Embedded server (not wanted) * 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 server requires multiple processes and a stable pool of resources to
run reliabily and efficiently. Stripping down the PostgreSQL server run reliabily and efficiently. Stripping down the PostgreSQL server
to run in the same process address space as the client application to run in the same process address space as the client application

View File

@ -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: Sat Dec 16 22:55:11 EST 2006 Last updated: Sat Dec 16 22:56:59 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>.
@ -1264,7 +1264,7 @@ first.
<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> </p>
</li><li>Embedded server (not wanted) </li><li>Embedded server (not wanted)
<p> While PostgreSQL clients runs fine limited-resource environments, the <p> While PostgreSQL clients runs fine in limited-resource environments, the
server requires multiple processes and a stable pool of resources to server requires multiple processes and a stable pool of resources to
run reliabily and efficiently. Stripping down the PostgreSQL server run reliabily and efficiently. Stripping down the PostgreSQL server
to run in the same process address space as the client application to run in the same process address space as the client application