mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-29 22:49:41 +03:00 
			
		
		
		
	Fix typo:
< columns and indexes with many duplicate keys
This commit is contained in:
		
							
								
								
									
										3
									
								
								doc/TODO
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								doc/TODO
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | |||||||
| TODO list for PostgreSQL | TODO list for PostgreSQL | ||||||
| ======================== | ======================== | ||||||
| Last updated:		Tue Apr 20 16:16:27 EDT 2004 | Last updated:		Wed Apr 28 12:35:30 EDT 2004 | ||||||
|  |  | ||||||
| Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us) | Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us) | ||||||
|  |  | ||||||
| @@ -133,7 +133,6 @@ Indexes | |||||||
|   [inheritance] |   [inheritance] | ||||||
| * Add UNIQUE capability to non-btree indexes | * Add UNIQUE capability to non-btree indexes | ||||||
| * Add rtree index support for line, lseg, path, point | * Add rtree index support for line, lseg, path, point | ||||||
|   columns and indexes with many duplicate keys |  | ||||||
| * Use indexes for min() and max() or convert to SELECT col FROM tab ORDER | * Use indexes for min() and max() or convert to SELECT col FROM tab ORDER | ||||||
|   BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible |   BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible | ||||||
| * Use index to restrict rows returned by multi-key index when used with | * Use index to restrict rows returned by multi-key index when used with | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user