summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-04-23 16:37:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-04-23 16:37:43 +0000
commit53c535d38ee644d4a5acbdee7814c2b48a0fdaf5 (patch)
tree3fda10b2a508927b71962d309121807b4088f78b
parenta7b25cfc2df349d5af8d9f64b781ef9aa16b83e3 (diff)
downloadmandoc-53c535d38ee644d4a5acbdee7814c2b48a0fdaf5.tar.gz
espie@ suggests using SQL views
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index a97d1a18..58e990ee 100644
--- a/TODO
+++ b/TODO
@@ -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
+