63 | | I suppose when we are creating the scripts for regular old postgis install. |
| 63 | I have some thoughts. |
| 64 | |
| 65 | 1) Have all our schema qualified calls have @extschema@ to follow extension convention. |
| 66 | |
| 67 | 2) Have a build-time extension schema value that defaults to nothing |
| 68 | |
| 69 | 3) 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 | |
| 71 | 4) 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 | |
| 73 | 5) 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. |