[postgis-tickets] [PostGIS] #3076: Unqualified function calls break postgres_fdw compatibiliy
PostGIS
trac at osgeo.org
Sat Feb 27 01:18:22 PST 2016
#3076: Unqualified function calls break postgres_fdw compatibiliy
-----------------------+---------------------------
Reporter: fphilipe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: 2.1.x
Resolution: | Keywords: restore
-----------------------+---------------------------
Comment (by strk):
Please let's keep things easy.
I think schema should be set at build time and never change at run time.
Compile-time defined schema should then be used for both extension and
standalone scripts.
Shall anyone want to use a different schema, we could provide a script to
do it.
For extensions we should research what it means to upgrade from a version
to another when the schema changes (if possible at all).
If changing schema on upgrade is easy and feasible, we could take the
chance to move to a "postgis" schema by default.
In any case, it would be very helpful to setup automated upgrade tests on
the bots (both soft and hard, see #2676 and #3444 for a start but it's not
complete)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3076#comment:14>
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