aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
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
commita479a8754f843e9b8495980e541f8a8f26d3eef3 (patch)
tree8de51402230667a895cc372ce1e754f855ebf349 /TODO
parent83a9b4af97fd1c631d24b734b275982561069bda (diff)
downloadmandoc-a479a8754f843e9b8495980e541f8a8f26d3eef3.tar.gz
mandoc-a479a8754f843e9b8495980e541f8a8f26d3eef3.tar.zst
mandoc-a479a8754f843e9b8495980e541f8a8f26d3eef3.zip
espie@ suggests using SQL views
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2d4f2622..307d2fc7 100644
--- 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
+