Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c135db1

Browse files
committed
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
1 parent 63b35a8 commit c135db1

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

doc/TODO

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Jun 14 16:40:11 EDT 2006
5+
Last updated: Wed Jun 14 17:10:33 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -350,6 +350,9 @@ Functions
350350
* -Allow user-defined functions retuning a domain value to enforce domain
351351
constraints
352352
* Add SPI_gettypmod() to return the typemod for a TupleDesc
353+
* Improve the information schema to be more standards-compliant:
354+
355+
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php
353356

354357

355358
Multi-Language Support
@@ -374,6 +377,9 @@ Multi-Language Support
374377
* Add octet_length_server() and octet_length_client()
375378
* Make octet_length_client() the same as octet_length()?
376379
* Fix problems with wrong runtime encoding conversion for NLS message files
380+
* Add URL to more complete multi-byte regression tests
381+
382+
http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php
377383

378384

379385
Views / Rules
@@ -1315,9 +1321,6 @@ Source Code
13151321

13161322
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
13171323

1318-
* Add URL to more complete multi-byte regression tests
1319-
1320-
http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php
13211324

13221325
* Win32
13231326

doc/src/FAQ/TODO.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Jun 14 16:40:11 EDT 2006
11+
Last updated: Wed Jun 14 17:10:33 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -325,6 +325,9 @@ <h1><a name="section_5">Functions</a></h1>
325325
</li><li>-<em>Allow user-defined functions retuning a domain value to enforce domain</em>
326326
constraints
327327
</li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
328+
</li><li>Improve the information schema to be more standards-compliant:
329+
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php">http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php</a>
330+
</p>
328331
</li></ul>
329332
<h1><a name="section_6">Multi-Language Support</a></h1>
330333

@@ -346,6 +349,9 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
346349
</li><li>Add octet_length_server() and octet_length_client()
347350
</li><li>Make octet_length_client() the same as octet_length()?
348351
</li><li>Fix problems with wrong runtime encoding conversion for NLS message files
352+
</li><li>Add URL to more complete multi-byte regression tests
353+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php">http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php</a>
354+
</p>
349355
</li></ul>
350356
<h1><a name="section_7">Views / Rules</a></h1>
351357

@@ -1181,9 +1187,6 @@ <h1><a name="section_22">Source Code</a></h1>
11811187
</p>
11821188
</li><li>Consider GnuTLS if OpenSSL license becomes a problem
11831189
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
1184-
</p>
1185-
</li><li>Add URL to more complete multi-byte regression tests
1186-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php">http://archives.postgresql.org/pgsql-hackers/2005-07/msg00272.php</a>
11871190
</p>
11881191
</li><li>Win32
11891192
<ul>

0 commit comments

Comments
 (0)