-
### Describe the bug
I need a data change time, but the fields in the reference document report an error. Is there any way to generate a data change time? My raw data is already in debezium avro fo…
-
So, I have a very specific issue when using newer versions of rust-analyzer in my project.
The project is structured as follows:
It is a monorepo consisting of three crates: a client, a server and so…
-
I'd like to have the option to install parquet_s3_fdw from the "official" package repositories.
I am willing to contribute some effort if given pointers.
-
I just installed postgresql-17.0-rc1-windows-x64 on windows 11, everything seems to be ok during the installation, but when I execute the application pgAdmin 4 is sends me next error:
------------…
-
Using GA version.
1. Create a .NET Aspire Starter project in VS
2. Add packages in Api service project:
- Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
- Microsoft.EntityFrameworkCore.Design
…
-
Hi,
I’m currently using Warpgate with PostgreSQL as my backend database, and I’m looking for guidance on two things:
**High Availability (HA):**
What’s the best approach to set up HA for Warpga…
vjmax updated
1 month ago
-
Add support for the subscript jsonb notation introduced in pg 14. Ref at https://www.postgresql.org/docs/current/datatype-json.html#JSONB-SUBSCRIPTING.
This notation seems to be allowed in more pla…
-
**Describe the bug**
I've noticed that the postgresql service uses psql without specifying `--no-psqlrc`. It should probably, as psql behaviour can be altered substantially from user `.psqlrc`.
…
autra updated
2 months ago
-
MinervaDB posts on PG reaching the aggregator. Examples:
- https://minervadb.xyz/optimizing-outer-joins-with-aggregation-in-postgresql-best-practices-and-examples/
- https://minervadb.xyz/implement…
-
In #5418 the DSL was extended to partially support Oracle's `ALTER TABLE ... ADD CONSTRAINT ... USING INDEX` (unsupported syntax covered by #5484).
PostgreSQL also supports the `USING INDEX` clause…