|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated: Sat Jan 615:00:41 EST 2007 |
| 11 | +Last updated: Sat Jan 616:33:48 EST 2007 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -669,6 +669,8 @@ <h1><a name="section_9">Clients</a></h1> |
669 | 669 | because setting the transaction isolation level must be the |
670 | 670 | first statement of a transaction. |
671 | 671 | </p> |
| 672 | +</li><li>Consider parsing the -c string into individual queries so each |
| 673 | + is run in its own transaction |
672 | 674 | </li></ul> |
673 | 675 | </li><li>pg_dump |
674 | 676 | <ul> |
@@ -721,12 +723,12 @@ <h1><a name="section_9">Clients</a></h1> |
721 | 723 | held on the server waiting for them to be requested by libpq. |
722 | 724 | One complexity is that a statement like SELECT 1/col could error |
723 | 725 | out mid-way through the result set. |
724 | | -</p><ul> |
725 | | -<li>Fix SSL retry to avoid useless repeated connection attempts and |
| 726 | +<li>Fix SSL retry to avoid useless repeated connection attempts and |
726 | 727 | ensuing misleading error messages |
727 | | -</li></ul> |
| 728 | +</li><li>Consider disallowing multiple queries in PQexec() as an |
| 729 | + additional barrier to SQL injection attacks |
728 | 730 | </li></ul> |
729 | | -</li></ul> |
| 731 | +</p></ul> |
730 | 732 | <h1><aname="section_10">Triggers</a></h1> |
731 | 733 |
|
732 | 734 | <ul> |
@@ -1298,6 +1300,6 @@ <h2><a name="section_23_1">Developers who have claimed items are:</a></h2> |
1298 | 1300 | </li><li>Teodor is Teodor Sigaev <<ahref="mailto:teodor@sigaev.ru">teodor@sigaev.ru</a>> |
1299 | 1301 | </li><li>Tom is Tom Lane <<ahref="mailto:tgl@sss.pgh.pa.us">tgl@sss.pgh.pa.us</a>> of Red Hat |
1300 | 1302 | </li></ul> |
1301 | | - |
| 1303 | +</li></ul></li></ul> |
1302 | 1304 | </body> |
1303 | 1305 | </html> |