summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-08 22:59:25 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-08 22:59:25 -0800
commit393fb49c92b72d2100d9081cee93b231811a58ec (patch)
tree498dac385dfdc4259dc72af8487e72ffd156a0ce /TODO
parent60cbbdcb28a76daa8d6bff380ed44c29b79b3360 (diff)
Return list of tuples for \d special command.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 15557e66..b3b177f3 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
+* [X] Fix the \d <tablename>. Seems broken.
+* [X] Check what happens when \d django* is run.
+* [] \c is broken.
+* [] Check why Indexes have a invalid at the end when \d is called on them.
* [X] Vendor in tabulate.
* [X] Create a separate pgspecial package.
* [X] Vendor in pgspecial package.