[postgis-tickets] [PostGIS] #3494: fully-qualified operators/functions - problems during a restore of a logical dump

PostGIS trac at osgeo.org
Tue Mar 8 08:22:03 PST 2016


#3494: fully-qualified operators/functions - problems during a restore of a
logical dump
-------------------------+-------------------------------------------------
  Reporter:  gbroccolo   |      Owner:  pramsey
      Type:              |     Status:  new
  enhancement            |
  Priority:  low         |  Milestone:  PostGIS PostgreSQL
 Component:  postgis     |    Version:  2.2.x
Resolution:              |   Keywords:  fully-qualified, operators,
                         |  functions
-------------------------+-------------------------------------------------

Comment (by robe):

 I'm not sure why it wouldn't create them in the right schema.  If your
 extension install is


 {{{
 CREATE EXTENSION postgis SCHEMA postgis;
 }}}


 As I recall, it creates all objects including operators in postgis during
 restore.  I think I'm missing something you are saying.

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