[postgis-tickets] [PostGIS] #1592: Hush NOTICES on enable/upgrade postgis (and raster and topology)

PostGIS trac at osgeo.org
Wed Jul 7 04:07:28 PDT 2021


#1592: Hush NOTICES on enable/upgrade postgis (and raster and topology)
----------------------+-----------------------------
  Reporter:  strk     |      Owner:  pramsey
      Type:  task     |     Status:  closed
  Priority:  low      |  Milestone:  PostGIS Fund Me
 Component:  postgis  |    Version:  main
Resolution:  fixed    |   Keywords:
----------------------+-----------------------------
Changes (by strk):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 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

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1592#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list