mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Add:
> > o Add API for 64-bit large object access > > http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php
This commit is contained in:
		
							parent
							
								
									82009572ac
								
							
						
					
					
						commit
						744697317e
					
				
							
								
								
									
										6
									
								
								doc/TODO
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								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 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
 | 
					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.
 | 
				
			||||||
@ -306,6 +306,10 @@ Data Types
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	  This requires the TOAST column to be stored EXTERNAL.
 | 
						  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
 | 
					Functions
 | 
				
			||||||
=========
 | 
					=========
 | 
				
			||||||
 | 
				
			|||||||
@ -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 15:01:56 EDT 2006
 | 
					Last updated:           Wed Jun 14 15:32:43 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>.
 | 
				
			||||||
@ -280,6 +280,9 @@ first.
 | 
				
			|||||||
</p>
 | 
					</p>
 | 
				
			||||||
    </li><li>Allow read/write into TOAST values like large objects
 | 
					    </li><li>Allow read/write into TOAST values like large objects
 | 
				
			||||||
<p>          This requires the TOAST column to be stored EXTERNAL.
 | 
					<p>          This requires the TOAST column to be stored EXTERNAL.
 | 
				
			||||||
 | 
					</p>
 | 
				
			||||||
 | 
					    </li><li>Add API for 64-bit large object access
 | 
				
			||||||
 | 
					<p>          <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php</a>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
  </li></ul>
 | 
					  </li></ul>
 | 
				
			||||||
</li></ul>
 | 
					</li></ul>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user