Paul Ramsey
Paul Ramsey
This is something @dr-jts and I have discussed. Because it's a shared feature that probably both tileserv and featureserv would like to have, we should coordinate on it. My initial...
In the limit, the presence of a postgis_ftw_style(text table_fun_name) => json function could indicate, "run this function and stick the answer into the style slot?"
We have a PR ongoing that will result in a much smaller base image, though still not an alpine base, see #154
Would you mind sharing the whole error from the logs?
Could you also give me the SQL defns of the tables of interest?
A subset of CQL? The GDAL SQL subset is pretty narrow, for example.
Short answer, yes? Should be able to do prepare/execute/fetch in the SQL loop ... only open question is to what extent this is already supported in the pq library we're...
For now, yes, one instance with each access policy you want.
Yes! Note that a `Configuration.Variable` will get converted into a `PGFS_CONFIGURATION_VARIABLE` if you catch my drift. There's a standard prefix (`PGFS_`) and everything gets caps'ed and underscored. But you can...
The former On Mon, Nov 7, 2022 at 12:29 PM Robert Hewlett ***@***.***> wrote: > So in a docker env file would I? > PGFS_SERVER_URLBASE=https://vm103.athena.bcit.ca/pgfs > PGFS_SERVER_BASEPATH=/pgfs > > or...