mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Add postgresql-wal2json, an output plugin for logical decoding. WWW: https://github.com/eulerto/wal2json PR: 257904
17 lines
353 B
Text
17 lines
353 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You need to set up at least two parameters in postgresql.conf:
|
|
|
|
wal_level = logical
|
|
#
|
|
# these parameters only need to set in versions 9.4, 9.5 and 9.6
|
|
# default values are ok in version 10 or later
|
|
#
|
|
max_replication_slots = 10
|
|
max_wal_senders = 10
|
|
|
|
After changing these parameters, a restart is needed.
|
|
EOM
|
|
}
|
|
]
|