summaryrefslogtreecommitdiff
path: root/query-links.sql
AgeCommit message (Collapse)AuthorFilesLines
2014-05-20Add SQL that generates links.csv and users.csvPeter Wu1-0/+29
To get a CSV with psql, run the following with ... replaced by SQL: COPY (...) TO STDOUT WITH CSV HEADER;