Opened 10 years ago
Closed 9 years ago
#2867 closed defect (fixed)
Can't upgrade sfcgal extension
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.2.0 |
Component: | sfcgal | Version: | master |
Keywords: | Cc: |
Description
ALTER EXTENSION postgis_sfcgal UPDATE TO "2.2.0devnext";
Gives error:
ERROR: transaction control statements are not allowed within an extension script Error
I'm guessing the BEGIN / END COMMIT are not being stripped in the extensions.
Change History (3)
comment:1 by , 10 years ago
Owner: | changed from | to
---|
comment:2 by , 9 years ago
Priority: | high → blocker |
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
should be fixed at r13851