mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Add information schema item:
> * Improve the information schema to be more standards-compliant: > > http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php > * Add URL to more complete multi-byte regression tests > > http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php < * Add URL to more complete multi-byte regression tests < < http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php
This commit is contained in:
11
doc/TODO
11
doc/TODO
@@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Wed Jun 14 16:40:11 EDT 2006
|
Last updated: Wed Jun 14 17:10:33 EDT 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.
|
||||||
@@ -350,6 +350,9 @@ Functions
|
|||||||
* -Allow user-defined functions retuning a domain value to enforce domain
|
* -Allow user-defined functions retuning a domain value to enforce domain
|
||||||
constraints
|
constraints
|
||||||
* Add SPI_gettypmod() to return the typemod for a TupleDesc
|
* Add SPI_gettypmod() to return the typemod for a TupleDesc
|
||||||
|
* Improve the information schema to be more standards-compliant:
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php
|
||||||
|
|
||||||
|
|
||||||
Multi-Language Support
|
Multi-Language Support
|
||||||
@@ -374,6 +377,9 @@ Multi-Language Support
|
|||||||
* Add octet_length_server() and octet_length_client()
|
* Add octet_length_server() and octet_length_client()
|
||||||
* Make octet_length_client() the same as octet_length()?
|
* Make octet_length_client() the same as octet_length()?
|
||||||
* Fix problems with wrong runtime encoding conversion for NLS message files
|
* Fix problems with wrong runtime encoding conversion for NLS message files
|
||||||
|
* Add URL to more complete multi-byte regression tests
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php
|
||||||
|
|
||||||
|
|
||||||
Views / Rules
|
Views / Rules
|
||||||
@@ -1315,9 +1321,6 @@ Source Code
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
|
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
|
||||||
|
|
||||||
* Add URL to more complete multi-byte regression tests
|
|
||||||
|
|
||||||
http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php
|
|
||||||
|
|
||||||
* Win32
|
* Win32
|
||||||
|
|
||||||
|
@@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Wed Jun 14 16:40:11 EDT 2006
|
Last updated: Wed Jun 14 17:10:33 EDT 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>.
|
||||||
@@ -325,6 +325,9 @@ first.
|
|||||||
</li><li>-<em>Allow user-defined functions retuning a domain value to enforce domain</em>
|
</li><li>-<em>Allow user-defined functions retuning a domain value to enforce domain</em>
|
||||||
constraints
|
constraints
|
||||||
</li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
|
</li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
|
||||||
|
</li><li>Improve the information schema to be more standards-compliant:
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php">http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php</a>
|
||||||
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_6">Multi-Language Support</a></h1>
|
<h1><a name="section_6">Multi-Language Support</a></h1>
|
||||||
|
|
||||||
@@ -346,6 +349,9 @@ first.
|
|||||||
</li><li>Add octet_length_server() and octet_length_client()
|
</li><li>Add octet_length_server() and octet_length_client()
|
||||||
</li><li>Make octet_length_client() the same as octet_length()?
|
</li><li>Make octet_length_client() the same as octet_length()?
|
||||||
</li><li>Fix problems with wrong runtime encoding conversion for NLS message files
|
</li><li>Fix problems with wrong runtime encoding conversion for NLS message files
|
||||||
|
</li><li>Add URL to more complete multi-byte regression tests
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php">http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php</a>
|
||||||
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_7">Views / Rules</a></h1>
|
<h1><a name="section_7">Views / Rules</a></h1>
|
||||||
|
|
||||||
@@ -1181,9 +1187,6 @@ first.
|
|||||||
</p>
|
</p>
|
||||||
</li><li>Consider GnuTLS if OpenSSL license becomes a problem
|
</li><li>Consider GnuTLS if OpenSSL license becomes a problem
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
|
||||||
</p>
|
|
||||||
</li><li>Add URL to more complete multi-byte regression tests
|
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php">http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php</a>
|
|
||||||
</p>
|
</p>
|
||||||
</li><li>Win32
|
</li><li>Win32
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user