Paul Ramsey
Paul Ramsey
Close and move on?
The points table doesn't come up empty. But I get the same issues otherwise. All other tables empty if the option is provided, and an error message if it is...
It's still the "right way", but unfortunately we are limited by the OGR API and there is no way to set a username/password for an OGC connection in a driver-independent...
No, I don't think so. Adds complexity to what I'd like to keep as just a simple simple simple extension and build.
It's not immediately obvious to me how I would read the certificate off the handle in a generic platform independent way... if you can see an obvious path, let me...
Hrm. Does that mean I have to read all CURLOPTs from the environment? Should I then also consider reading them from GUCs? (Still cannot remember why I stopped doing that,...
So, doing some testing with our regression files... I loaded up a the point file, which looks like this: ``` CREATE TABLE "point" (gid serial); ALTER TABLE "point" ADD PRIMARY...
Implication being, we've been generating DBF files with pgsql2shp that have a zero record count in the case of geometry-only tables, and doing so for 18 years... so there are...
The size of the DBF file seems invariant to the number of rows... Looking into the dumper, it only calls `DBFWriteAttributeDirectly` when the number of non-geometry fields is non-zero. So...
Just blindly getting our software running again... https://github.com/postgis/postgis/commit/00eb4b44b4e8b7c98d8b9cbc611aa496812b33ee#diff-7dca6e3da1ca13b272669d5646bcf00bL118