Changes between Version 6 and Version 7 of DevWikiGardenTest


Ignore:
Timestamp:
Sep 30, 2009, 5:06:36 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v6 v7  
    2323}}}
    2424
     25If you want it to output the actual query that is being tested, then use the -a command like so
     26
     27
     28{{{
     29psql -p 5432 -U postgres -d testpostgis -f torturetest.sql -a > torturetest_results.txt
     30}}}
     31
     32