]> git.cameronkatri.com Git - mandoc.git/commitdiff
espie@ suggests using SQL views
authorIngo Schwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 16:37:43 +0000 (16:37 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Wed, 23 Apr 2014 16:37:43 +0000 (16:37 +0000)
TODO

diff --git a/TODO b/TODO
index 2d4f2622663e82fd1b1f38dfada36ed88f0c876f..307d2fc79c61e8e362c773c6fbe306765c2415bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.169 2014/04/23 16:08:33 schwarze Exp $
+* $Id: TODO,v 1.170 2014/04/23 16:37:43 schwarze Exp $
 ************************************************************************
 
 ************************************************************************
@@ -330,3 +330,9 @@ Several areas can be cleaned up to make mandoc even faster.  These are
   Decide which formats should be recognized where.
   Update both mdoc(7) and man(7) documentation.
   Triggered by  Tim van der Molen  Tue, 22 Feb 2011 20:30:45 +0100
+
+- Consider creating some views that will make the database more
+  readable from the sqlite3 shell.  Consider using them to
+  abstract from the database structure, too.
+  suggested by espie@  Sat, 19 Apr 2014 14:52:57 +0200
+