diff options
author | Jochen Topf <jochen@topf.org> | 2011-12-11 20:37:10 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2011-12-11 20:37:10 +0100 |
commit | f3789beb8ceac12f013ab90f15cd5004a7d57bc9 (patch) | |
tree | f987970302945ed113d30ee5a4eb1745aafe5c63 /sources/master | |
parent | 359ea6d495a4439d8fd6fe5dd0ce0619a0a37445 (diff) | |
download | taginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar taginfo-f3789beb8ceac12f013ab90f15cd5004a7d57bc9.tar.gz |
Create and read interesting_tags.lst
Diffstat (limited to 'sources/master')
-rw-r--r-- | sources/master/interesting_tags.sql | 2 |
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; |