todo update
authorMarko Kreen <markokr@gmail.com>
Thu, 10 Sep 2009 11:33:59 +0000 (14:33 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 10 Sep 2009 11:54:15 +0000 (14:54 +0300)
doc/TODO.txt

index 3d3171c5105de77bc7a8165fc8458a4a2cfc25ec..2a357932effb316e3de77835cb61c567a424784c 100644 (file)
@@ -32,26 +32,37 @@ who already is handling it.
   - globbing
   - compare/repair
 
-== Required for 3.0-final ==
-
 * Simple Python consumer for pgq_coop, where each subconsumer
   is separate process. [easy]
-* qadmin, pgqadm: show stats about event counts based on seq values in ticks. [easy]
+
+* Apply SQL one-by-one if error.
+
+== Required for 3.0a2 ==
+
 * londiste, struct change needed:
-  - londiste doc update with new commands [easy]
   - store last error [easy]
   - support WHERE for COPY [easy]
-  - fkeys, from 2.x [easy]
-  - execute --wait [moderate]
-* automatic serial handling, --noserial switch?
 * error column
+* automatic serial handling, --noserial switch?
+* pgq: stat queries
 
 * merge queue_loader to londiste
   - londiste: apply mechanism is stored in table_attrs
   - pgq: ability to request big batches (10000 rows, 5 min)
 
+== Required for 3.0-final ==
+
+* test coopconsumer
+* qadmin, pgqadm: show stats about event counts based on seq values in ticks. [easy]
+* londiste:
+  - londiste doc update with new commands [easy]
+  - fkeys, from 2.x [easy]
+
 == Good to have changes ==
 
+* londiste:
+  - execute --wait [moderate]
+
 === sql/pgq ===
 
 * drop_queue(force) - to drop consumers [3.0, easy]