Opened 6 years ago
Closed 5 years ago
#4352 closed enhancement (fixed)
Use CREATE OR REPLACE for aggregates when possible
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.0.0 |
Component: | build | Version: | master |
Keywords: | Cc: |
Description
Thanks to Andrew Gierth (RhodiumToad on IRC) PostgreSQL 12 will have CREATE OR REPLACE AGGREGATE. We could start using it from the upgrade script:
Note:
See TracTickets
for help on using tickets.
Example of the problem we'll be able to fix with PostgreSQL 12 if we implement this: #4386