[postgis-tickets] [PostGIS] #2608: Streamline stackbuilder by getting rid of login credentials

PostGIS trac at osgeo.org
Tue Jan 7 20:16:17 PST 2014


#2608: Streamline stackbuilder by getting rid of login credentials
-----------------------------------+----------------------------------------
 Reporter:  robe                   |       Owner:  strk         
     Type:  enhancement            |      Status:  new          
 Priority:  medium                 |   Milestone:  PostGIS 2.2.0
Component:  build/upgrade/install  |     Version:  trunk        
 Keywords:                         |  
-----------------------------------+----------------------------------------
 As Paul noted having the super user credential prompt in stack uilder is
 only useful for the "Create spatial database" and frankly installer
 shouldn't be doing that. So we should get rid of it in the installer.

 http://lists.osgeo.org/pipermail/postgis-devel/2014-January/024068.html

 Now that we have CREATE EXTENSION we should just have people do that.
 Might e useful as a final dialog or something to note the various create
 extension options:

 Because creating the sample database installs


 {{{
 CREATE EXTENSION postgis;
 CREATE EXTENSION postgis_topology;
 CREATE EXTENSION postgis_tiger_geocoder;
 CREATE EXTENSION pgrouting;
 }}}


 and for 2.2 we'll be including point cloud as well.  Would be useful for
 people to be aware of all these packaged extensions in some easy way.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2608>
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