Changes between Version 4 and Version 5 of DevWikiPGRegress
- Timestamp:
- 01/14/11 06:20:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiPGRegress
v4 v5 7 7 * Run this sql file in a PostGIS enabled db using psql and save the output in myfunc_expected -- e.g. 8 8 {{{ 9 psql -tXA -h localhost -U postgres -d postgis_reg -f myfunc.sql -omyfunc_expected9 psql -tXA -h localhost -U postgres -d postgis_reg -f myfunc.sql > myfunc_expected 10 10 }}} 11 11 * Add this .sql script to the Makefile.in in trunk/regress (NOTE: we can do this if you are submitting the patch). Also note that if your function relies on a particular version of GEOS that is not the minimum version for the PostGIS release, you need to wrap it in a conditional of the form: