Tobias Bussmann
Tobias Bussmann
As it happens, I recently looked at pgAgent myself and wondered if there was a demand to ship it with Postgres.App, since you need a bit more dependencies to compile...
`pg_basebackup` is copying all files from the Data-directory incl. non standard ones like `postgresapp_config.plist`. This conforms to the [docs](https://www.postgresql.org/docs/current/app-pgbasebackup.html#id-1.9.4.10.8): >The backup will include all files in the data directory and...
I quickly did a PoC patch and test build which seem to fix the problem with both tools. We can include that depending how and when upstream will decide.
I'm having the same issue. With the proposed change from @ibjr the behaviour is way nicer and more stable, but with this the blinds are newer shown as moving. It...
I just tried the automatic update from Postgres-2.6.2-15 to the latest version 2.7.1. For me it works well. If it doesn't for you, you can always download new versions directly...
I once looked into the possibilities to support pgAdmin4. However, without support for an url handler nor [command line switches](https://github.com/pgadmin-org/pgadmin4/issues/4791), it seems impossible to tell the client application what database...
As far as I can see, this tool doesn't run natively on macOS but requires a WINE environment. I am not convinced that this meets the desired user-friendliness of Postgres.app.
you were not completely wrong on pg16 - updating GDAL is still on my ToDo list for the PostgreSQL 16 release. However, the missing support for the NetCDF format is...
The upcoming release will support the netCDF format in GDAL / OGR with PostgreSQL 16. The `libnetcdf` library was compiled without `HDF5` support, the the [`FORMAT=NC4` and `NC4C` options](https://gdal.org/drivers/raster/netcdf.html#creation-options) will...
Glad, you were able to solve the problem by resetting Postgres.app. However, I would be interested in understanding what the problem was originally. Do you have a copy of the...