David Fetter
David Fetter
**Describe the bug** jq accepts numbers followed only by a period as valid JSON. According to the [JSON spec](https://www.crockford.com/mckeeman.html), this is an error, as a fraction is either the empty...
As subject http://www.postgresql.org/docs/9.3/static/fdwhandler.html
Like OUTER JOIN, for example.
SETOF
While PL/sh will happily create a function returning SETOF TEXT, for example, I don't see a way to actually do such a thing. Is there something clever I've missed? ```...
The entire thing could be reduced to a brief SQL query.
This is a 9.5+ feature, but it can save a _lot_ of time and hassle. http://www.postgresql.org/docs/devel/static/fdw-callbacks.html
Did you extract these all manually, or did you find the hook candidates via some repeatable process and then fill them in? If so, please add that process to this...