mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Add:
> o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
This commit is contained in:
		
							parent
							
								
									5ff532e14b
								
							
						
					
					
						commit
						11cb598c39
					
				
							
								
								
									
										7
									
								
								doc/TODO
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								doc/TODO
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
TODO list for PostgreSQL
 | 
			
		||||
========================
 | 
			
		||||
Last updated:		Mon Jul 21 20:49:24 EDT 2003
 | 
			
		||||
Last updated:		Mon Jul 21 21:06:50 EDT 2003
 | 
			
		||||
 | 
			
		||||
Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 | 
			
		||||
 | 
			
		||||
@ -251,6 +251,8 @@ Commands
 | 
			
		||||
	o -Make PL/PgSQL %TYPE schema-aware
 | 
			
		||||
	o Allow PL/PgSQL to support array element assignment
 | 
			
		||||
	o Add PL/PHP (Joe, Jan)
 | 
			
		||||
	o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Clients
 | 
			
		||||
@ -445,6 +447,7 @@ Miscellaneous
 | 
			
		||||
* Add a script to ask system configuration questions and tune postgresql.conf
 | 
			
		||||
* Allow partitioning of table into multiple subtables
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Source Code
 | 
			
		||||
===========
 | 
			
		||||
 | 
			
		||||
@ -468,7 +471,7 @@ Source Code
 | 
			
		||||
* Acquire lock on a relation before building a relcache entry for it
 | 
			
		||||
* Research interaction of setitimer() and sleep() used by statement_timeout
 | 
			
		||||
* Add checks for fclose() failure
 | 
			
		||||
* Change CVS $Id: TODO,v 1.1094 2003/07/22 00:49:22 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1094 2003/07/22 00:49:22 momjian Exp $
 | 
			
		||||
* Change CVS $Id: TODO,v 1.1095 2003/07/22 01:06:51 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1095 2003/07/22 01:06:51 momjian Exp $
 | 
			
		||||
* Exit postmaster if postgresql.conf can not be opened
 | 
			
		||||
* Rename /scripts directory because they are all C programs now
 | 
			
		||||
* Allow the regression tests to start postmaster with -i so the tests
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user