-
I am not sure what the plan was, but migration-from-tm2-postgres.sql won't work, and the leading comments are misleading.
I **guess** someone wanted to do something like this:
* make a backup of t…
-
in my application I use PostGIS extension with `django.contrib.gis.db.backends.postgis` engine , that's ok to use `django_multitenant.backends.postgresql` just when I want to migrate?
-
If the H3 extension is installed in PostGIS, we could add the H3 hex ids to the PostGIS table, or use the H3 hex ids if found ready in the table. This would make querying even faster, if we don't have…
-
```sql
-- FROM
CREATE TABLE "public"."loc" (
"id" serial NOT NULL,
PRIMARY KEY ("id")
);
-- TO
CREATE TABLE "public"."loc" (
"id" serial NOT NULL,
"location" geometry(point, 4326) NOT NUL…
-
When the container is created for the first time from within a docker-compose definition, a database is created with the given host, username, and password. At this point, we should also enable the Po…
-
The Postgis Docker container that we are using comes with some garbage in it that we do not need.
Consider adding some docs explaining how we can clear it or find a way to automate with a python sc…
-
Jira Link: [DB-6844](https://yugabyte.atlassian.net/browse/DB-6844)
### Description
While attempting to follow the documentation on getting postgis to work on Rocky 8.8 using release 2.18.0.1 at the…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.0
### Describe the Bug
Getting `Offset is outside the bounds of the DataView` error t…
-
**Package versions and database engine type (please complete the following information):**
- Database Engine: postgresql11.13
- TypeORM Version: 0.3.16
- Driver Version: 2.4.4
**Describe the …
-
I failed on running this command
`./load_shapefile_reproject_multi.quickstart.csh`
with the following error, do you know how to fix it?
![image](https://user-images.githubusercontent.com/117310313/…