-
The `wal2json` logical decoding plugin supports additional options that include hyphens (ex: `include-xids`: add xid to each changeset).
When I pass this into the `start_replication` command, I rec…
-
I meet error when I use `add-table` in `wal2json` extension. Here is the error:
2018-09-14 17:00:01 UTC:10.255.2.147(47204):root@papayafm:[1018]:ERROR: option "add-tables"
Is there have a pl…
jiamo updated
5 years ago
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
When I tried to call
`USE_PGXS=1 make`
I got this message:
`wal2json.c:17:33: fatal error: replication/logical.h: No such file or directory
#include "replication/logical.h"`
I use Centos 7.…
tigac updated
5 years ago
-
## Summary of Bug
On GoS6, I changed the values in gaiad.toml in two of my nodes (one validating node, one not-validating node). After stopping and restarting the node again immediately, I get th…
-
Hi
There an error when build wal2json on SmartOS(base on Solaris), I have researched it on google few hours but not found any valuable information.
any help would be greatly appreciated :)
my …
-
Steps to reproduce:
1. CREATE TABLE public.tas1 (id integer PRIMARY KEY, col1 Decimal(1000,500));
2. insert into public.tas1 (id, col1) values (0,-123456789012345678901234567890123456789012345678901…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
Starting a large project and curious about some of these questions:
1) how does native jsonb support work? Are the fields mapped differently somehow? Any gotchas?
2) is graphql-js a dependency s…
-
Steps taken
git clone
cd postgres-appliance
./build.sh --build-arg COMPRESS=true --build-arg PGOLDVERSIONS="" -t spilo-10 .
or
./build.sh --build-arg COMPRESS=true -t spilo-10 .
Same error.…