Nate Bessette
Nate Bessette
+1 to the use case presented by @aguformoso - `time_bucket('month')` and `time_bucket('year')` support with `CREATE VIEW` for continuous aggregates. Practically every query we need to run is for monthly, yearly,...
Support for `INNER JOIN` with relations is really a must-have. However, for most cases, there is a simpler workaround than what other people have been posting (namely, you don't have...
> It looks like jackc/pgtype already supports database/sql interfaces. So the chances are you can already use it with go-pg. Oh thank God for a solution. I've tested, and yes...
Unfortunately that repo now redirects to proxychains-ng, which also does not support UDP. I've been googling for all possibilities, so far I am not finding a single free software that...
@dcormier Heh, good explanation. It's funny how the brain tries to rationalize the need for this kind of functionality. The example we're imagining would only make sense when doing batches-of-batches,...