David E. Wheeler
David E. Wheeler
Useful schema testing functions to consider adding: - `sequence_has_range()` - `sequence_increments_by()` - `sequence_starts_at()` - `sequence_cycles()`
Add variants of `set_eq()`, `bag_eq()`, and `results_eq()` that take an array of records as the second argument Probably would require C code.
Add function parameter names matching the docs so parameters can be passed by name on 9.0 and higher.
Required to release on PGXN. Looks like you have [an account](https://pgxn.org/user/petere) @petere, but haven't used it in a while. :-) See the [HOWTO](https://manager.pgxn.org/howto) if you need a refresher, probably just...
And release on PGXN? ``` { "name": "uri", "abstract": "A URI type for PostgreSQL", "description": "This is an extension for PostgreSQL that provides a uri data type. The actual URI...
The goal is to make it clearer what bits do what and how it all goes together, so a user can more quickly get started with custom keywords.
Wanted to install `jv` 5.0, but `go install` couldn't figure it out: ``` $ go version go version go1.17.1 darwin/amd64 $ go install github.com/santhosh-tekuri/jsonschema/cmd/jv@v5 go install: github.com/santhosh-tekuri/jsonschema/cmd/jv@v5: no matching versions...
I was just converting a project to a Go module, and was pleased to see #307 merged and v22.0.0 tagged. So I was trying to rely on the go-systemd module,...
Trying too run the tests (from `master`) when building on a CentOS 7 docker image using the PostgreSQL community RPMs, I get an error because permission is denied to access...