-
## Motivation
Postgres extensions might not play well with Neon [[0]]. To minimise such chances, we can run an extensions test suite.
## DoD
- We have an infrastructure for running extension…
-
Hi all, I'm trying to use postgis for apps, but is hard because I can't found a way to know when a contianer is ready (I can need mount several of them).
Is not like there is no way to check the lo…
latot updated
2 years ago
-
Consider the following statement:
```sql
SELECT ST_Covers(a1, a2)
FROM ST_GeomFromText('MULTIPOLYGON(((1 0,0 1,-1 0,0 -1, 1 0)))')
As a1,
ST_GeomFromText('MULTIPOINT(EMPTY,(0 0)) ')
As a2;
-- …
-
Hello, we are facing a really weird error. Our postgis instance is running inside docker, we have mounted a volume for data persistence. Now, when our system restarts due to power failure, all of our …
-
In using the 12-3.0 image, I notice when running `postgis_full_version` that some core dependencies are somewhat ancient:
```POSTGIS="3.0.1 ec2a9aa" [EXTENSION] PGSQL="120" GEOS="3.7.1-CAPI-1.11.1 …
-
### Search first
- [X] I searched and no similar issues were found
### Description
Prior to 4.29.0 when running `update` or `update-sql`, the search path was set so that custom data types were reso…
njlaw updated
1 month ago
-
**Describe the solution you'd like**
Really been enjoying using this so far, but I'm now in the need of GIS data. I'd be interested in developing PostGIS and Spatialite support, whether that be inc…
-
PostGIS - can't install due to error "needs to be installed in PostgreSQL file", but even after setting the file to the programme directory, does not work
n-y-m updated
2 years ago
-
Consider the following statement:
```sql
SELECT ST_DFullyWithin(a1, a2, 100)
FROM ST_GeomFromText('LINESTRING(0 0, 0 1, 1 0, 0 0)') As a1
,ST_GeomFromText('POLYGON((0 0, 0 1, 1 0, 0 0))') As a2;
…
-
To catch problems sooner automation is needed for reproducible integration tests. The components needed for the integration tests are:
- A container running Postgresql + PostGIS extension
- Settin…