Find a file
Paul Ramsey 823769562a Turn off verbose grammar
git-svn-id: http://svn.osgeo.org/postgis/trunk@6113 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-24 19:00:20 +00:00
doc Changed '--with-gdal' for '--with-gdalconfig'. Related tickets #610 #616 2010-10-22 16:29:26 +00:00
extras Astyle session on whole trunk 2010-08-15 08:30:08 +00:00
java - removed a few compile errors from the javadoc build 2009-04-28 17:04:30 +00:00
liblwgeom Turn off verbose grammar 2010-10-24 19:00:20 +00:00
loader Reverting erroneous changes to pgui_read_connection. 2010-09-23 07:40:04 +00:00
macros Add support for command-q shutdown in Mac GTK build 2010-04-06 23:37:07 +00:00
postgis Change empty collection constructor to take a type number, like the non-empty constructor (because we now believe in typed empties). 2010-10-23 23:49:20 +00:00
raster Raster build simplified. Only "./configure --with-raster & make & make install" needed. Raster objetive names changed in GNUMakefile. Raster library object generated with PostGIS version numbers. 2010-10-22 14:00:49 +00:00
regress Snap ShortestLine to 1e-14 grid (fixes failure on opensuse) 2010-10-18 13:15:04 +00:00
topology Drop references to topology geometry tables in DropTopology (see #586) 2010-09-13 19:18:13 +00:00
utils Add 3 more postgis objects to skip from dumps 2010-08-23 14:12:13 +00:00
astyle.sh Check astyle version prior to do anything. 'blessed' version is 1.23. Related to #433 and postgis-devel discussions 2010-02-23 15:21:45 +00:00
authors.svn Add ChangeLog.svn rule, and auxiliary authors file 2009-08-11 16:38:32 +00:00
autogen.sh Can't put backslash-commands in 'echo' parameter in a standard way 2009-09-30 14:10:25 +00:00
ChangeLog Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants. 2010-03-16 03:13:33 +00:00
configure.ac Changed '--with-gdal' for '--with-gdalconfig'. Related tickets #610 #616 2010-10-22 16:29:26 +00:00
COPYING Initial revision 2001-06-22 17:39:29 +00:00
CREDITS Bring this up to date. 2009-07-01 16:56:36 +00:00
GNUmakefile Raster build simplified. Only "./configure --with-raster & make & make install" needed. Raster objetive names changed in GNUMakefile. Raster library object generated with PostGIS version numbers. 2010-10-22 14:00:49 +00:00
HOWTO_RELEASE Grammar fix. 2010-03-11 14:34:19 +00:00
install-sh liblwgeom/lex.yy.c replaced with previous version 2010-09-27 12:59:29 +00:00
make_dist.sh Add comment about postgis_comments.sql handling in 'clean' target of docs 2010-01-12 01:01:36 +00:00
Makefile Aliased 'test' rule as 'check', to conform to common practice. 2006-06-16 14:18:28 +00:00
NEWS copy Paul's changes to trunk 2010-09-27 15:20:36 +00:00
postgis_config.h.in Libxml become mandatory. Cf #344. Modify configure step, remove all HAVE_LIBXML2 from code, sql and unit tests. Update documentation 2009-12-18 19:08:20 +00:00
README.postgis README files updated with the new raster extension information. 2010-09-26 21:41:50 +00:00
README.raster README files updated with the new raster extension information. 2010-09-26 21:41:50 +00:00
README.raster.debugging - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
spatial_ref_sys.sql Synch up to 1.5 version 2010-08-20 16:40:49 +00:00
STYLE forgot to save last change 2009-07-06 07:37:47 +00:00
TODO remove ST_Maxdistance from TODO and note that C-version is still TODO for ST_DumpPoints 2010-01-23 23:29:07 +00:00
Version.config Push version numbers on trunk forward to next release. 2010-02-04 17:43:47 +00:00

1. PostGIS Raster Configuration

Run ./configure --help and check 3 options:

--enable-rtapi-debug
    Defines POSTGIS_RASTER_API_DEBUG, turns on debugging of RASTER core API

--enable-rtpg-debug
    Defines POSTGIS_RASTER_PG_DEBUG, turns on debugging of PostGIS RASTER activity

--enable-rtpgmem-debug
    Defines POSTGIS_RASTER_PG_DEBUG_MEM, turns on debugging PostGIS RASTER memory activity.
    Simply, overrides de-/allocators with custom calls to help tracking memory usage.

2. Execution

export PGHOST=$PWD/tmp

/usr/lib/postgresql/8.3/bin/postgres --single  -k $PGHOST < test.sql
psql