-
Using wal2json 2.2, I tried to do this:
`SELECT 'init' FROM pg_create_logical_replication_slot('json_replica', 'wal2json');`
But I got this:
ERROR: could not load library "/opt/postgres/9.4.…
-
Hi,
I am installing wal2json on postgres version 11, everything went smoothly until we run the create slot command
here is the complete error
command:
```
pg_recvlogical -d campaign-managem…
-
### Version Information
Version: Sentry 21.6.0.dev0
Ubuntu 20.04.2 LTS
Ram:8G
Core:4
### Steps to Reproduce
1. Multiple reload failures
This question is similar to it, but I didn't try to s…
-
Hello,
have errors like this for some databases.
```
AbstractReplicationStream ERROR --- wal2json failed errorType=WAL2JSON_SLOT
org.postgresql.util.PSQLException: ERROR: subtransaction logge…
-
I'm getting an error trying to install this tool:
```
$ USE_PGXS=1 make
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wfo…
-
We have problem using wal2json.dll in Windows Server 2012 64bit.
Excecuting command
SELECT * FROM pg_create_logical_replication_slot('stitch', 'wal2json'); produces following error
ERROR: could…
ghost updated
4 years ago
-
Timescale 2.0 was released 13 days ago https://github.com/timescale/timescaledb/releases/tag/2.0.0 — it works well on top of ordinary pgsql from my testing, but has some differences in how it manages …
-
**Relevant system information:**
- OS: `Linux 82af5244d4a2 4.20.1-arch1-1-ARCH #1 SMP PREEMPT Wed Jan 9 20:25:43 UTC 2019 x86_64 GNU/Linux`
- PostgreSQL version (output of `postgres --version`): 1…
-
This is partially discussed in https://github.com/eulerto/wal2json/issues/66 , but the problem is that JSON has a pretty exact format for dates - ISO 8601:
```
> JSON.stringify({a: new Date()})
{…
-
Support this feature by PostgreSQL logical replication(test_decoding plugin).
Reference #3598