Changes between Version 49 and Version 50 of DevWikiGardenTest
- Timestamp:
- 12/03/10 07:29:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiGardenTest
v49 v50 26 26 If the test crashes before completion, the record with the max logid will tell you the query that crashed the server. 27 27 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: 30 29 * ''logid'' - you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test. 31 30 * ''log_output'' - an xml field that contains the query_to_xml output of the query.