-
Hi,
I've read [the contributing document](https://github.com/graphile/postgraphile/blob/master/CONTRIBUTING.md) and think I've set up the js development tools fine, but I can't get the tests to run.
…
ab-pm updated
5 years ago
-
Hi, I am using the sink connector version 0.5.4 and everything is working as expected if I use JSON as the message format but when I switch to Avro, then task crashes.
Here is the Debezium source c…
-
the db I'm trying to replicate is named "DWH", all caps. If I try to create a replication slot with the correct naming scheme, I get this error:
`ERROR: replication slot name "pipelinewise_DWH" cont…
-
I'm still trying to get the test running. I was expecting not having to set up the wal2json for @graphile/lds when not developing with that, but then found out that the tests of `postgraphile-core` do…
ab-pm updated
5 years ago
-
Hi,
When enabling the option `write-in-chunks`, I am getting an event for every change, which is as expected. However, the corresponding JSON is not parsable:
,{"kind":"insert","schema":"pub…
-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
Postgres 10.9.
34 slots.
13 slots are in catchup state, the rest are streaming.
Slots in catchup state are using 100% of CPU.
gdb backtrace
```
(gdb) bt
#0 0x0000000000846530 in ResourceAr…
-
I'm using `psycopg2==2.8.3` to consume a replication slot on an RDS PostgreSQL database (`11.1`). INSERT and UPDATE events come through great, but is it possible to get DELETE events? Transactions wit…
-
Last login: Sat Nov 23 01:12:19 on console
iMac-Ama:~ ama$ bash If you want to run StableA7 again, use this command: ./StableA7.sh
==> Press enter/return to run StableA7...
==> Checking for b…
-
Hi,
I working on a project which requires a PostgreSQL tool that should provide the following 2 functionalites:
1. Record each SQL transaction in the exact order they are committed
2. Map each co…