On 10-7-2010 0:43, PARVEEN ARORA wrote:
psql:/usr/share/postgresql/8.4/contrib/postgis.sql:6949: ERROR: current transaction is aborted, commands ignored until end of transaction block ROLLBACK
You are probably running this under a role that does not have the required rights to create functions. Try running it as the postgres user, or as any other role that has the required rights.
-- Lennard _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

