Results 39 comments of Dian Fay

congrats, have fun at the new place!

Thanks! As far as upgrading: the pg-query-stream reversion to the classic style doesn't look like it's going to be changed anytime soon, and I don't want to bump to v5...

yeah, I'm going to have to think about that -- inattention to semver has also been an issue :/

swayidle can work around this issue: ``` exec swayidle -w \ timeout 900 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on" && sleep 5 && eww...

I was just coming here to see if this'd been suggested yet! I want to `graphile-migrate a thing && pg_prove` to run pgTAP tests in development. `graphile-migrate current` has my...

Just a quick note -- the reason there's a quarter-page of "why you wouldn't want to do this" in _Functional Units_ is that the other eight sections take the view...

I thought it might have something to do with quotes, but no, that seems to work: ![1661864453](https://user-images.githubusercontent.com/3075455/187443311-ba5ca215-4741-4ca6-a889-1866e7f5d844.png) double-check `env | grep -i mcfly` ?

> So it probably means when fuzzy search is on, we can think of entered search string as regular expression, where there is ".*" automatically added after each char. not...

The short version is that this library parses SQL across dialects, but does _not_ parse specific procedural elaborations, like Postgres' PL/pgSQL or Oracle's PL/SQL. `CREATE FUNCTION` is standard SQL, but...