Opened 13 years ago
Closed 3 years ago
#1592 closed task (fixed)
Hush NOTICES on enable/upgrade postgis (and raster and topology)
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | low | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Reading the pgsql handling of CREATE EXTENSION I noticed they raise client_min_messages to at least WARNING so users don't worry about type shell definition and the like.
It may be a good idea to do this also ourselves from within the SQL ?
Change History (3)
comment:1 by , 12 years ago
Milestone: | PostGIS 2.1.0 → PostGIS Future |
---|
comment:2 by , 7 years ago
Milestone: | PostGIS Future → PostGIS Fund Me |
---|
comment:3 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Nowadays (PostgreSQL 12) the CREATE EXTENSION command seems pretty clean:
=# create extension postgis_topology cascade; NOTICE: installing required extension "postgis" CREATE EXTENSION
Closing this ticket accordingly
Note:
See TracTickets
for help on using tickets.
Milestone renamed