Changes between Version 48 and Version 49 of DevWikiGardenTest


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

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGardenTest

    v48 v49  
    2828 * '''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.
    2929columns:
    30    * logid -- you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test. 
    31    * log_output - an xml field that contains the query_to_xml output of the query.
     30   * ''logid'' - you can join this with the postgis_garden_log table to get the descriptive detail and SQL for the test. 
     31   * ''log_output'' - an xml field that contains the query_to_xml output of the query.
    3232
    33  * There is also a companion for raster testing: raster_gardentest.sql.xsl. The raster one doesn't
     33There is also a companion for raster testing: raster_gardentest.sql.xsl. The raster one doesn't
    3434currently create logging tables but will soon.
    3535