|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> |
|
|
|
|
<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/> |
|
|
|
|
Last updated: Tue Jan 29 11:09:18 EST 2008 |
|
|
|
|
Last updated: Tue Jan 29 11:11:09 EST 2008 |
|
|
|
|
</p> |
|
|
|
|
<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>. |
|
|
|
@ -1239,20 +1239,21 @@ first. There is also a developer's wiki at<br/> |
|
|
|
|
</p> |
|
|
|
|
</li><li>Allow plug-in modules to emulate features from other databases |
|
|
|
|
</li><li>Add Oracle-style packages (Pavel) |
|
|
|
|
</li></ul> |
|
|
|
|
<p> A package would be a schema with session-local variables,<br/> |
|
|
|
|
public/private functions, and initialization functions. It<br/> |
|
|
|
|
is also possible to implement these capabilities<br/> |
|
|
|
|
in any schema and not use a separate "packages"<br/> |
|
|
|
|
<p> A package would be a schema with session-local variables, |
|
|
|
|
public/private functions, and initialization functions. It |
|
|
|
|
is also possible to implement these capabilities |
|
|
|
|
in any schema and not use a separate "packages" |
|
|
|
|
syntax at all. |
|
|
|
|
</p> |
|
|
|
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00384.php</a> |
|
|
|
|
</p> |
|
|
|
|
<ul> |
|
|
|
|
<li>Consider allowing control of upper/lower case folding of unquoted |
|
|
|
|
</li><li>Consider allowing control of upper/lower case folding of unquoted |
|
|
|
|
identifiers |
|
|
|
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a> |
|
|
|
|
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a> |
|
|
|
|
</p> |
|
|
|
|
</li><li>Add anonymous transactions |
|
|
|
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a> |
|
|
|
|
</p> |
|
|
|
|
</li></ul> |
|
|
|
|
<h1><a name="section_21">Features We Do <u>Not</u> Want</a></h1> |
|
|
|
|