|
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: Tue Jan 29 11:09:18 EST 2008 |
| 11 | +Last updated: Tue Jan 29 11:11:09 EST 2008 |
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>. |
@@ -1239,20 +1239,21 @@ <h1><a name="section_20">Exotic Features</a></h1> |
1239 | 1239 | </p> |
1240 | 1240 | </li><li>Allow plug-in modules to emulate features from other databases |
1241 | 1241 | </li><li>Add Oracle-style packages (Pavel) |
1242 | | -</li></ul> |
1243 | | -<p> A package would be a schema with session-local variables,<br/> |
1244 | | - public/private functions, and initialization functions. It<br/> |
1245 | | - is also possible to implement these capabilities<br/> |
1246 | | - in any schema and not use a separate "packages"<br/> |
1247 | | - syntax at all. |
| 1242 | +<p> A package would be a schema with session-local variables, |
| 1243 | + public/private functions, and initialization functions. It |
| 1244 | + is also possible to implement these capabilities |
| 1245 | + in any schema and not use a separate "packages" |
| 1246 | + syntax at all. |
1248 | 1247 | </p> |
1249 | | -<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a> |
| 1248 | +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a> |
1250 | 1249 | </p> |
1251 | | -<ul> |
1252 | | - <li>Consider allowing control of upper/lower case folding of unquoted |
| 1250 | + </li><li>Consider allowing control of upper/lower case folding of unquoted |
1253 | 1251 | identifiers |
1254 | 1252 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a> |
1255 | 1253 | <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a> |
| 1254 | +</p> |
| 1255 | + </li><li>Add anonymous transactions |
| 1256 | +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a> |
1256 | 1257 | </p> |
1257 | 1258 | </li></ul> |
1258 | 1259 | <h1><a name="section_21">Features We Do <u>Not</u> Want</a></h1> |
|
0 commit comments