-
**What package is missing from Amazon Linux 2023? Please describe and include package name.**
-- postgis33_15-3.3.3*
-- postgis33_15-utils-3.3.3*
**Is this an update to existing package or new …
-
- [x] Backup to B2
- [ ] Backup to cluster-native storage (avoid egress $$$). S3-compatible?
- [ ] Custom image with extensions for crt.sh, similar to PostGIS
- [ ] Read replica for crt.sh
- [ ] M…
-
I have a GeoServer connection to an external PostGIS database and register a layer in GeoNode.
Connection and general visualisation is working, but I get a an error stating
```
Invalid dataset ex…
-
- [x] cas: `Failed to update apt cache: E:The repository 'https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/4.4 Release' does not have a Release file.`
- [ ] fatal: No package matching 'mongodb-o…
vjrj updated
3 months ago
-
Discussing required on type of database required to store geojsons.
-
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;
-- actua…
-
For the following query:
```sql
SELECT ST_3DIntersects(b1, b2)
FROM ST_GeomFromText('MULTILINESTRING Z ((1 0 0, 0 0 0))')
As b1,
ST_GeomFromText('LINESTRING Z (1 0 0, 0 0 0)')
As…
-
When constructed from an `IProperty`, TypeMappingInfo currently extracts various information from it (e.g. `ClrType`), but does not keep the `IProperty` itself. This makes it impossible for the type m…
roji updated
2 months ago
-
Hello hasura team,
I have a table created by running the following command
```
CREATE TABLE "testPlaceDetails" (
id SERIAL PRIMARY KEY,
name TEXT,
type TEXT,
location GEOGRAPHY(Point)…
-
I would like to use Azure PostgreSQL, but if Tethys requires the SUPERUSER role to work, then it's not possible.
**Is your feature request related to a problem? Please describe.**
Azure has a Post…