]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Wed, 31 Mar 2004 01:04:49 +0000 (01:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 31 Mar 2004 01:04:49 +0000 (01:04 +0000)
* Move psql backslash database information into the backend, use
nmumonic commands? [psql]

doc/TODO

index 2f98e32b7246cb804f3550cb4164759a2209c8f7..8d14dfadfa9872b937eb9ab1aacbb3d447a04981 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Tue Mar 30 20:01:37 EST 2004
+Last updated:          Tue Mar 30 20:04:46 EST 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -118,7 +118,6 @@ Views / Rules
 * Allow NOTIFY in rules involving conditionals
 * Have views on temporary tables exist in the temporary namespace
 * Allow temporary views on non-temporary tables
-* Move psql backslash information into views
 * Allow RULE recompilation
 
 
@@ -268,6 +267,8 @@ Clients
 * Have psql show more information about sequences
 * Allow pg_dumpall to use non-text output formats
 * Have pg_dump use multi-statement transactions for INSERT dumps
+* Move psql backslash database information into the backend, use nmumonic
+  commands? [psql]
 
 
 * JDBC