-
Apologies if I've already opened this! I have a vague recollection of discussing this at some point and having the answer be that it wasn't possible to register a parameterized type from an extension …
-
The [pg_parquet extension](https://github.com/CrunchyData/pg_parquet) was just released, which brings some great support for parquet files. I wanted to drop it here to put on the radar as something th…
-
# Improve documentation
This issue highlights a discrepancy between the documented resolution for the "Extension in Public" security advisor warning and its actual functionality within Supabase.
#…
-
### What happens?
trying to create a table in a remote Postgis database
wuth `create table postgres_db.test_table (id int, location geometry );`
duckdb return a generic error:
```
INTERNAL Error:…
-
### What happened?
I have a use case where I need both `h3` and `postgis` extensions in PostgreSQL. I followed the steps mentioned #912, which seem to work for getting `postgis` to work. I figured …
-
Jira Link: [DB-1061](https://yugabyte.atlassian.net/browse/DB-1061)
### Description
```
yugabyte=# CREATE EXTENSION postgis;
ERROR: syntax error at or near "SUPPORT"
```
Following https://docs.…
-
Do you plan to implement DuckDB spatial extension support, mainly ST_Read?
Will it be PostGIS types support?
VGSML updated
21 hours ago
-
### Describe what you want
Hi, I want to use PostGIS but I cant find any way to add `CREATE EXTENSION IF NOT EXISTS postgis;` to the migrations files automatically. The ideal solution would be to som…
-
### Is there an existing issue already for this bug?
- [x] I have searched for an existing issue, and could not find anything. I believe this is a new bug.
### I have read the troubleshooting guide
…
-
Using the H3 extension for PostGIS I want to fully cover a polygon with H3 cells, meaning all H3 cells should intersect with the given polygon. The `h3_polygon_to_cells` function only fills my polygon…