aboutsummaryrefslogtreecommitdiff
path: root/sources/master
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-12-11 20:37:10 +0100
committerJochen Topf <jochen@topf.org>2011-12-11 20:37:10 +0100
commitf3789beb8ceac12f013ab90f15cd5004a7d57bc9 (patch)
treef987970302945ed113d30ee5a4eb1745aafe5c63 /sources/master
parent359ea6d495a4439d8fd6fe5dd0ce0619a0a37445 (diff)
downloadtaginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar
taginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar.gz
Create and read interesting_tags.lst
Diffstat (limited to 'sources/master')
-rw-r--r--sources/master/interesting_tags.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/master/interesting_tags.sql b/sources/master/interesting_tags.sql
index 862a39f..ee87402 100644
--- a/sources/master/interesting_tags.sql
+++ b/sources/master/interesting_tags.sql
@@ -33,7 +33,7 @@ DELETE FROM interesting_tags WHERE value IS NOT NULL AND key LIKE 'fresno_%';
ANALYZE interesting_tags;
-.output __DIR__/interesting_tags.lst
+.output __DIR__/db/interesting_tags.lst
SELECT key FROM interesting_tags WHERE value IS NULL ORDER BY key;
SELECT key || '=' || value FROM interesting_tags WHERE value IS NOT NULL ORDER BY key, value;