-
Please update to PostgreSQL 15.3. Because the old version of PostgreSQL 15.1 trying to load extensions(Postgis in my case) by using llibtiff.5.dylib which has been updated to libtiff.6.dylib
-
According to [ckanext-spatial](https://docs.ckan.org/projects/ckanext-spatial/en/latest/install.html) doc,
```
Starting from ckanext-spatial 2.0.0 PostGIS is no longer required to use the extension…
-
We have a PostgreSQL database with PostGIS installed.
The back up validation fails with:
```
[!!ERROR!!] - Backup verification failed; /backups/daily/2020-07-29/invasivesbc-api-postgresql-test-Inva…
-
When PostGis extension is required for PostGres, DB initialise does not work against postgres installed in hitchpostgres. Any change to provide an option to add DB extensions ?
-
## Problem
Django has a mechanism for creating a test database when running unitary tests, cf. https://docs.djangoproject.com/en/4.2/topics/testing/overview/#the-test-database
Problems:
- [ ] …
-
# Bug report
If a web hook is set on a table where one of the types used in that table is defined in a separate schema e.g. `extensions`, an exception is raised
Reproduction Steps:
1. Enable …
-
Thanks for your presentation at #osgeonl today.
I talked to my colleague Paul Ramsey about how to integrate this into PostGIS, and he came up with an alternative. See below:
Their code could be an e…
-
I know this is a very common error when installing pg_cron but I cannot make it work even after reading.
i get this error when i run "CREATE EXTENSION pg_cron;"
ERROR: unrecognized configuratio…
-
## Describe the problem
* What are you trying to solve?
I'm trying to install the q3c exntesion in RDS Aurora PostgreSQL using pg_tle, but it gives me the following error.
test => CREATE EXTENS…
-
## Guide on how to use `Postgis` with `Phoenix`
Once you created the Postgis extension,
```elixir
# migration
def up do
execute("CREATE EXTENSION IF NOT EXISTS postgis")
...
end
```
…