Willie Möller
Willie Möller
That sounds like a good approach to me.
This feature would also allow for use cases such as #41, where the user can implement the function to track the number of active connections.
Hi @diogob, thanks for all your efforts, and sorry for the late reply. I'm currently swamped at work, and won't be able to try this feature out anytime soon. The...
Thanks @vinicio for your implementation!
Thanks for documenting your workaround @dimo414. I'm considering bkt for a simple make-like replacement that can perform builds based on a list of dependencies. Detecting whether the dependencies have changed...
Awesome @eeeebbbbrrrr! Thank you for your efforts to contribute such a helpful library/tool to the postgres ecosystem.
It would be helpful having an environment variable that could enable the showing of build output (or at the least that a build is in progress) whenever scriptisto performs a...
I came across the following environment variable in the source code: `SCRIPTISTO_BUILD_LOGS`. Setting the variable, produces the build output that I was looking for: ```bash export SCRIPTISTO_BUILD_LOGS=1 ```
I decided not to use this fdw, instead opting to use Faker directly, via the plpython3u postgres extension. If you would like to use this fdw, then the other solution...
It does look like that would have resolved the issue. I followed the installation instructions in the README. Does the currently tagged release contain that PR?