mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add GIT URL:
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
This commit is contained in:
		
							
								
								
									
										3
									
								
								doc/TODO
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								doc/TODO
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
PostgreSQL TODO List
 | 
					PostgreSQL TODO List
 | 
				
			||||||
====================
 | 
					====================
 | 
				
			||||||
Current maintainer:	Bruce Momjian (bruce@momjian.us)
 | 
					Current maintainer:	Bruce Momjian (bruce@momjian.us)
 | 
				
			||||||
Last updated:		Wed Apr 23 20:39:45 EDT 2008
 | 
					Last updated:		Wed Apr 23 22:24:23 EDT 2008
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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.
 | 
				
			||||||
@@ -1266,6 +1266,7 @@ Indexes
 | 
				
			|||||||
  http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php
 | 
					  http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php
 | 
				
			||||||
  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php
 | 
					  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php
 | 
				
			||||||
  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php
 | 
					  http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php
 | 
				
			||||||
 | 
					  http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
 | 
					* Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
 | 
					<p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
 | 
				
			||||||
Last updated:           Wed Apr 23 20:39:45 EDT 2008
 | 
					Last updated:           Wed Apr 23 22:24:23 EDT 2008
 | 
				
			||||||
</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>.
 | 
				
			||||||
@@ -1098,6 +1098,7 @@ first.  There is also a developer's wiki at<br/>
 | 
				
			|||||||
  <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php</a>
 | 
					  <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php</a>
 | 
				
			||||||
  <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php</a>
 | 
					  <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00014.php</a>
 | 
				
			||||||
  <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php</a>
 | 
					  <a href="http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php">http://archives.postgresql.org/pgsql-hackers/2007-08/msg00487.php</a>
 | 
				
			||||||
 | 
					  <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg01589.php</a>
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
  </li><li>Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
 | 
					  </li><li>Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
 | 
				
			||||||
<p>  This is difficult because you must upgrade to an exclusive table lock
 | 
					<p>  This is difficult because you must upgrade to an exclusive table lock
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user