Changes between Initial Version and Version 3 of Ticket #3496


Ignore:
Timestamp:
Mar 31, 2016, 9:39:46 PM (8 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3496

    • Property Owner changed from pramsey to robe
    • Property Component postgisbuild/upgrade/install
  • Ticket #3496 – Description

    initial v3  
    6161Now how to make this work nicely with non-extension piece.
    6262
    63 I suppose when we are creating the scripts for regular old postgis install.
     63I have some thoughts.
     64
     651) Have all our schema qualified calls have @extschema@ to follow extension convention.
     66
     672) Have a build-time extension schema value that defaults to nothing
     68
     693) Instead of having the perl build script run once and get used for both extension and non-extension, it would be changed to run twice.
     70
     714) If no extension schema is provided (and it's a regular non-extension build run), the perl scripts will just wipe out  @extschema@.  If there is a build time specified it will replace @extschema@ with the build time version.
     72
     735) the the control files, if there is a build-time schema specified (it will put this in the generated control file) -- this is more for future.