Ticket #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: | trunk |
| 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
Note: See
TracTickets for help on using
tickets.
