[postgis-tickets] [PostGIS] #3441: [raster] Create out-db file using ST_AddBand

PostGIS trac at osgeo.org
Tue Jan 26 10:11:40 PST 2016


#3441: [raster] Create out-db file using ST_AddBand
--------------------------+--------------------------------
  Reporter:  gdrolet      |      Owner:  dustymugs
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 2.3.0
 Component:  raster       |    Version:  trunk
Resolution:               |   Keywords:  ST_AddBand, out-db
--------------------------+--------------------------------

Comment (by robe):

 Do you have out-db enabled.  By default it's disabled.

 http://postgis.net/docs/manual-dev/postgis_enable_outdb_rasters.html

 To enable across all databases try


 {{{
 ALTER SYSTEM SET postgis.enable_outdb_rasters TO true;

 -- followed by the below and then reconnecting
 SELECT pg_reload_conf();
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3441#comment:1>
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