David E. Wheeler
David E. Wheeler
Shouldn't `EMAJ_DIR` be under `PG_SHAREDIR`?
> the E-Maj project not only contains the emaj extension, but also some CLI clients (as well as a web client but that is not located in the same repo...
> To be more precise about the emaj_uninstall.sql script: Yes, most extensions that let the use add and remove objects can leave detritus. It's not mutually-exclusive to `DROP EXTENSION`, but...
Looks good, although I think the SQL files need to go into `$(PG_SHAREDIR)/extension/emaj`. This is because `directory = emaj` in the control file as set on line 28, means "The...
Oh I see, I forget it doesn't go into the `extension` subdirectory. :-/ I think documentation is the only way to encourage people to run an uninstall procedure before actually...
I don't know what that's about, but the latest from two days ago is [acd47c19ba4c](https://hub.docker.com/layers/sqitch/sqitch/latest/images/sha256-acd47c19ba4cb1005eaeb17500c6236d462559dc7b2acfdf68d955adb72ed122) for linux/amd64 at 65.7 MB and [d3cc0aa6bc2b](https://hub.docker.com/layers/sqitch/sqitch/v1.4.0.2/images/sha256-d3cc0aa6bc2b0ae4a2f289bbe3f16d0a77eb1edda326d923696c7974cde290bb?context=explore) for linux/arm64 at 63.55 MB.
Wow, I had no idea anyone paid attention to this old branch. I gave up on building Alpine (or other distro) images for lack of time. Note that this branch...
Ah. Well it's probably time to update the base.
Started a [discussion topic](/orgs/Homebrew/discussions/5428) to get to the bottom of it. But also, as of 8167e40, the formula no longer depends on the `mysql` or `postgresql` formulas, preferring instead just...
Thanks. Interesting that no one complained about it to me until _this year_. Solution will be to add options that have the equivalent functionality I guess. Thanks.