Opened 12 years ago

Closed 12 years ago

#1517 closed defect (fixed)

VACUUM cannot be executed from a function or multi-command string

Reported by: realityexists Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

When I run spatial_ref_sys.sql in pgAdmin it returns an error:

VACUUM cannot be executed from a function or multi-command string

Looks like the same problem as ticket #333, but in revision 8990. Commenting out the word "VACUUM" on the last line of the file resolves the problem.

The same error occurs when running "CREATE EXTENSION postgis".

Running on Ubuntu 11.04 x86, PostgreSQL 9.1.1

Change History (1)

comment:1 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.