File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Wed Oct 6 09:35:16 EDT 1999
3
+ Last updated: Sun Oct 10 16:40:40 EDT 1999
4
4
5
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
6
186
186
* -Certain indexes will not shrink, i.e. oid indexes with many inserts(Vadim)
187
187
* Restore unused oid's on backend exit if no one else has gotten oids
188
188
* Have UPDATE/DELETE clean out indexes
189
- * Allow WHERE restriction on ctid
189
+ * - Allow WHERE restriction on ctid(Hiroshi)
190
190
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
191
191
* Allow PQrequestCancel() to terminate when in waiting-for-lock state
192
192
* -Transaction log, so re-do log can be on a separate disk by
@@ -278,7 +278,7 @@ SOURCE CODE
278
278
* Make configure --enable-debug add -g on compile line
279
279
* Does Mariposa source contain any other bug fixes?
280
280
* Remove SET KSQO option if OR processing is improved(Tom)
281
-
281
+ * rename 'createuser' to 'pg_createuser', and add 'pg_' to other commands
282
282
---------------------------------------------------------------------------
283
283
284
284
You can’t perform that action at this time.
0 commit comments