Opened 5 years ago
Closed 3 years ago
#4457 closed defect (fixed)
createlang stop calling it
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.5.6 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Our script seems to still insist on calling createlang. I presume to install plpgsql. When was the last time PostgreSQL databases didn't come with plpgsql preinstalled? I can't remember.
Even then the easier way would be to
CREATE EXTENSION IF NOT EXISTS plpgsq
Change History (4)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Milestone: | PostGIS 3.0.0 → PostGIS 2.5.6 |
---|
comment:3 by , 3 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I'm patching this for 2.5.6 cause I can't regress with postgresql 12 (my windows doesn't have createlang anymore
Note:
See TracTickets
for help on using tickets.
In 17604: