-
Automatically getting tags with ollama is quite nice ! but i think it would be more awesome if it stored text vector , so we can search by similar text, or make filter to have similar links / image to…
-
For pg_featureserv :
>>>provide a function taking a table name as a parameter and returning the count of records in the table
https://github.com/poissonconsulting/fwapgr/issues/47
-
## Feature
### Feature description
[Table partitioning](https://www.postgresql.org/docs/11/ddl-partitioning.html) has existed since PostgreSQL 9, but in PostgreSQL 11 has been made significantly e…
sheyd updated
3 weeks ago
-
Please make the user / database setup in line with the mysql image. Default database owned by superuser is most likely not what most would expect from a service.
-
At this point it is a much easier IDE to setup and use, but the documentation for getting it working and the way it's a hidden option in PG adds some pain points.
We've already added VS Code templ…
-
I was wondering if it is possible to run some queries on some of the databases?
The postgres exporter auto discovers the databases, and runs all queries on all databases. Which currently logs errors …
-
### Describe the bug
When my database uses Postgres 16 with pgvector-rs and applies the following index, an unexpected error occurs when I attempt to auto-generate a revision through Alembic. The r…
-
One of our goals is to have The Zoo as the main source of truth for all our microservices. Our microservices interact with each other in many ways, and we need to represent that interaction.
Curre…
-
Hi,
When using joda time with slick-pg I get the following error when reading a record from the database:
```
Invalid format: "2015-10-16 15:56:04.041" is too short.
```
Is this a known problem? Se…
simao updated
7 years ago
-
Our big-picture goal for this project is to make this pgrollup library support more types of materialized views. I'd in particular like to get it to support outer joins and subqueries. It's a reason…