|
1 | 1 | ODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Oct 1611:54:04 EDT 2000 |
| 3 | +Last updated:Mon Oct 1612:12:54 EDT 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -120,6 +120,7 @@ INDEXES
|
120 | 120 | * Allow SQL function indexes
|
121 | 121 | * Add FILLFACTOR to index creation
|
122 | 122 | * Re-enable partial indexes
|
| 123 | +* Allow inherited tables to inherit index |
123 | 124 |
|
124 | 125 | COMMANDS
|
125 | 126 |
|
@@ -155,6 +156,7 @@ CLIENTS
|
155 | 156 | * Make NULL's come out at the beginning or end depending on the
|
156 | 157 | ORDER BY direction
|
157 | 158 | * Update reltuples from COPY command
|
| 159 | +* Allow COPY to specify column names |
158 | 160 | * fix array handling for ECPG
|
159 | 161 | * add pg_dump option to dump type names as standard ANSI types
|
160 | 162 | * -make pg_dump dump in oid order, so dependencies are resolved (Philip)
|
|