LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pg_recvlogical

receives logical replication changes

TLDR

Start logical replication
$ pg_recvlogical -d [database] -S [slot] --start -f -
copy
Create slot
$ pg_recvlogical -d [database] -S [slot] --create-slot -P [plugin]
copy
Drop slot
$ pg_recvlogical -d [database] -S [slot] --drop-slot
copy

SYNOPSIS

pg_recvlogical [options]

DESCRIPTION

pg_recvlogical receives logical replication changes. Streams decoded changes from logical replication slot. Useful for change data capture and debugging.

PARAMETERS

-d, --dbname name

Database name.
-S, --slot name
Replication slot.
--start
Start replication.
--create-slot
Create slot.
--drop-slot
Drop slot.
-P, --plugin name
Output plugin.
-f, --file file
Output file (- for stdout).

INSTALL

sudo apk add postgresql17-client
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid