Changes between Version 49 and Version 50 of DevWikiGardenTest


Ignore:
Timestamp:
Dec 3, 2010, 7:29:36 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v49 v50  
    2626If the test crashes before completion, the record with the max logid will tell you the query that crashed the server.
    2727
    28  * '''postgis_garden_log_output''' -- this outputs the query results for queries that return something in xml format.  It  uses the built-in query_to_xml function that has existed since PostgreSQL 8.3 to do that.
    29 columns:
     28 * '''postgis_garden_log_output''' -- this outputs the query results for queries that return something in xml format.  It  uses the built-in query_to_xml function that has existed since PostgreSQL 8.3 to do that. columns:
    3029   * ''logid'' - you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test. 
    3130   * ''log_output'' - an xml field that contains the query_to_xml output of the query.