-
If source table has Decimal(20,10) or Numeric(20,10) datatype, data captured is incorrect.
Source table: public.tas1;
Target table: public.tat1;
# select * from public.tas1;
id | col1…
-
Hello ,
Irecently ran into an interesting situation with the plugin.
**- cenario** :
I made a ddl change in a relatively large table involves adding a new column with a default value, and a type…
-
When postgres server has multiple databases, how does wal2json would handle it?
For example:
If we have a db_a and db_b, we need two cdc slots
pg_recvlogical -d db_a --slot cdc_slot_a --create-sl…
-
Using `psycopg2.extras.LogicalReplicationConnection` and have such a simple case :
```python
from __future__ import print_function
import sys
import psycopg2
import psycopg2.extras
conn = p…
jiamo updated
6 years ago
-
Hi, we're seeking some clarity on the encoding used for sending the messages by wal2json. More specifically, is it safe to assume that the bytes can be interpreted using UTF-8?
-
Hi @fatihmehmetkose. First of all, this guide is so useful--thank you so much for putting it together.
I have everything set up but I'm running into this error when adding new records to the DB:
…
-
We have a liveness regression on `genki-3000` a community testnet for Cosmos SDK v0.28.
What happened was the proposer proposed an invalid block because they were running SDK v0.28-rc2, the network…
-
Refs https://github.com/tendermint/tendermint/pull/1934#discussion_r201574829
I am not sure we will be able to find it in the Git history, but anyway should be easy to write it from the ground up.
-
Hi I am using `seed_feedback` in my python example to read logic replication data. There is problem after the `seed_feedback` was called. `select * from pg_replication_slots;` only show that `confirm…
jiamo updated
6 years ago
-
This very may well be an AWS specific issue but Im interested in finding out how to exactly diagnose the problem.
I am following the example here:
https://github.com/pgjdbc/pgjdbc/blob/master/docs…