Closed kapouer closed 8 years ago
If i naively put the query in a file, then do a simple psql -f explain.sql > analyze.json it is somewhat pretty-printed with additional characters.
psql -f explain.sql > analyze.json
@kapouer try psql -qAt -f explain.sql > analyze.json
psql -qAt -f explain.sql > analyze.json
If i naively put the query in a file, then do a simple
psql -f explain.sql > analyze.json
it is somewhat pretty-printed with additional characters.