Add:
authorBruce Momjian
Wed, 14 Jun 2006 19:32:48 +0000 (19:32 +0000)
committerBruce Momjian
Wed, 14 Jun 2006 19:32:48 +0000 (19:32 +0000)
>
>  o Add API for 64-bit large object access
>
>    http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php

doc/TODO
doc/src/FAQ/TODO.html

index e6a92098a959af06bb69cf3f8bd889d149aac987..bea9ca36e707b9c944bceb94b8ed746a734e5cef 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jun 14 15:01:56 EDT 2006
+Last updated:      Wed Jun 14 15:32:43 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -306,6 +306,10 @@ Data Types
 
      This requires the TOAST column to be stored EXTERNAL.
 
+   o Add API for 64-bit large object access
+
+     http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php
+
 
 Functions
 =========
index 972b23fb9aece0345e00b03451462e1fd47341ff..4c71373665d4a71dcf878e7d4b600289dc271b79 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jun 14 15:01:56 EDT 2006
+Last updated:           Wed Jun 14 15:32:43 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -280,6 +280,9 @@ first.
 

     
  • Allow read/write into TOAST values like large objects
  •  

              This requires the TOAST column to be stored EXTERNAL.

    +

    +    
  • Add API for 64-bit large object access
  • +

              http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php