postgis tests on Debian Etch (5 errors 1 failure left)

Frank Koormann frank.koormann at intevation.de
Tue Nov 7 15:27:40 CET 2006


Am Montag 06 November 2006 11:19 schrieb Bernhard Reiter:
> Got around to look at
> [#173] postgis testcase not usable with recent debian systems
>
> Since Revision 2714 if you set the direct path to pg_ctl in
> test/postgissupport.py you can run the tests.
> (#173 still needs some work.)
>
> Now I get 5 Errors and one failure:
> ======================================================================
> ProgrammingError: ERROR:  column "oid" does not exist

Modern PostgreSQL Systems (>=8.0) by default use OIDs only for system tables.
Either create the tables for testing with an explict "WITH OIDS" or set 
"default_with_oids = on" in your cluster's postgresql.conf file.

-- 
Frank Koormann                             <frank.koormann at intevation.de>
 Professional Service around Free Software       (http://intevation.net/)
 FreeGIS Project                                 (http://freegis.org/)




More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)