-
one of the migration files looks like this:
```sql
CREATE
EXTENSION IF NOT EXISTS postgis;
CREATE TABLE IF NOT EXISTS trails (
id BIGSERIAL PRIMARY KEY,
location GEOMETR…
-
I usually build windows binaries under mingw64 and deploy these on PostgreSQL Windows EDB distributions.
This works just fine for the pg_sphere 1.5.2 (master) branch for the 14-16 I have tried buildi…
robe2 updated
2 weeks ago
-
Background: Earlier this week (Mon 2021-07-26), Will (@wkhchow), using Docker Desktop on Windows 10, ran into a somewhat obscure issue where the database core schemas were missing when the previous ru…
-
```
FROM yugabytedb/yugabyte:2.7.1.1-b1
RUN rpm -Uvh https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
RUN yum update -y
RUN yum install -y po…
-
Hi,
the version 2.1.0 introduced this issue: all XY geometries are stored in postgis as XYZ geometries, with NaN value in Z.
Example: I store `POINT(0 0)` using Npgsql and NTS.
Using NetTopologyS…
-
I notice that the postgis extension of alpine variants are build from source, maybe we could use [multi-stage build](https://docs.docker.com/develop/develop-images/multistage-build/) to reduce overall…
-
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=73508475d69e90f98ebd9b7e1a5933a26a49c5e9 has removed has removed pg_atoi
As a result packaged firebird_fdw cannot be loaded into P…
-
### Summary
what is _ ```Error: Unsupported PostGIS modifier``` _ in
```
export const getGISTypeDetails = (modifier: number): GISTypeDetails => {
const allZeroesHopefully = modifier >> 24;
…
-
Hi. I have a next error:
> Error in reading spatial tables from DB. Can't load dynamic tile endopints. Message is: undefined
> Error in reading spatial tables from DB. Can't load dynamic tile en…
-
For those who use Postico with on a Postgres database with the PostGIS extension to manage spatial data, it would be great to have an optional view pane displaying the tables or query results on a map…