mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Update.
< have its heap and index files truncated. One issue is < that no other backend should be able to add to the table < at the same time, which is something that is currently < allowed. > removed or have its heap and index files truncated. One > issue is that no other backend should be able to add to > the table at the same time, which is something that is > currently allowed.
This commit is contained in:
		
							
								
								
									
										10
									
								
								doc/TODO
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								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:		Fri Sep  2 17:10:58 EDT 2005
 | 
					Last updated:		Fri Sep  2 17:23:03 EDT 2005
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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.
 | 
				
			||||||
@@ -450,10 +450,10 @@ SQL Commands
 | 
				
			|||||||
	o Allow COPY on a newly-created table to skip WAL logging
 | 
						o Allow COPY on a newly-created table to skip WAL logging
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	  On crash recovery, the table involved in the COPY would
 | 
						  On crash recovery, the table involved in the COPY would
 | 
				
			||||||
	  have its heap and index files truncated.  One issue is
 | 
						  removed or have its heap and index files truncated.  One
 | 
				
			||||||
	  that no other backend should be able to add to the table
 | 
						  issue is that no other backend should be able to add to 
 | 
				
			||||||
	  at the same time, which is something that is currently
 | 
						  the table at the same time, which is something that is 
 | 
				
			||||||
	  allowed.
 | 
						  currently allowed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* GRANT/REVOKE
 | 
					* GRANT/REVOKE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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:           Fri Sep  2 17:10:58 EDT 2005
 | 
					Last updated:           Fri Sep  2 17:23:03 EDT 2005
 | 
				
			||||||
</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>.
 | 
				
			||||||
@@ -408,10 +408,10 @@ first.
 | 
				
			|||||||
    </li><li>%Have COPY return the number of rows loaded/unloaded?
 | 
					    </li><li>%Have COPY return the number of rows loaded/unloaded?
 | 
				
			||||||
    </li><li>Allow COPY on a newly-created table to skip WAL logging
 | 
					    </li><li>Allow COPY on a newly-created table to skip WAL logging
 | 
				
			||||||
<p>          On crash recovery, the table involved in the COPY would
 | 
					<p>          On crash recovery, the table involved in the COPY would
 | 
				
			||||||
          have its heap and index files truncated.  One issue is
 | 
					          removed or have its heap and index files truncated.  One
 | 
				
			||||||
          that no other backend should be able to add to the table
 | 
					          issue is that no other backend should be able to add to 
 | 
				
			||||||
          at the same time, which is something that is currently
 | 
					          the table at the same time, which is something that is 
 | 
				
			||||||
          allowed.
 | 
					          currently allowed.
 | 
				
			||||||
</p>
 | 
					</p>
 | 
				
			||||||
  </li></ul>
 | 
					  </li></ul>
 | 
				
			||||||
  </li><li>GRANT/REVOKE
 | 
					  </li><li>GRANT/REVOKE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user