kd
kd
Applying that patch caused a successful build. Thank you very much. In lieu of a pull request, here's the actual diff - I'll leave it to someone who knows better...
The way I resolved it was to create some views - e.g. ``` create or replace view vpg_blah ( sometext text ) from select to_clob(sometext) from blah; ``` then on...
looks like it's trying to do the right thing [here](https://metacpan.org/source/SYMKAT/Daemon-Control-0.001006/lib/Daemon/Control.pm#L500) but some star or other is out of alignment.
Return code makes sense - in that manner I can run extra stuff in the pipe with some `&& [success command here] || [fail command here]` - I just found...
I think a flag `--tty` or maybe `--stdio` might be a better fit - then one's script has to explicitly point out the fact that it's a script with standard...