-
The SQL for enabling the `vector` extension is hardcoded at https://github.com/langchain-ai/langchain-postgres/blob/07053067c7013b4b57c035f6caa94b2b63bfe404/langchain_postgres/vectorstores.py#L344
…
-
I know it's easy to run "CREATE EXTENSION postgis;", but for new users it's not obvious-
cm325 updated
7 years ago
-
Description: PostgreSQL Extension
Website: http://postgis.net
Documentation: http://postgis.net/documentation/
Build/Installation documentation: http://trac.osgeo.org/postgis/wiki/UsersWikiInstall
Sou…
-
We start using Fx on a database using PostGIS.
When performing `rails db:schema:dump`, fx is dumping a trigger from the topology extension:
```ruby
ActiveRecord::Schema.define(version: 2022_11_…
-
**Description**
PostGIS (the spatial extension for PostgreSQL) requires a different driver than the standard PostgreSQL. Please make sure that there is way to use the postgis jdbc driver with the asy…
-
Hello,
Maybe it's a silly question but I'm kind of lost on how to use `ST_Point2D`. Is it `ST_Point2D(lat, lon)` or `ST_Point2D(lon, lat)`? It seems postgis prefers the `lon, lat` ordering. However…
-
**Reason for spike**: _Postgres Anonymizer_ extension _cannot_ be installed directly on a **Google Cloud SQL** instance.
## Questions to answer:
### Postgres Anonymizer
- If it can't be installed on …
-
Hi!
We have been using postgres docker images for the past years now and a peculiar this happen recently.
After bumping version of the docker base image to 15.3 on the 29:th of November, upon we…
-
First, we start by creating the georchestra database with the default ownership, and then grant all privs on it to the newly created georchestra db user - why not giving it ownership right away, using…
-
Hello!
Thank you for all of your work on DBeaver. I have just started using it recently and it is great.
I was hoping it would be possible to add support (maybe an extension like the office inte…