forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: wangdengke2 <wangdengke2@huawei.com> Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
2.3 KiB
2.3 KiB
Does RDS for PostgreSQL Support the test_decoding Plugin?
PostgreSQL 12 supports test_decoding. For more information about test_decoding, see test_decoding introduction.
To use test_decoding, set wal_level to logical.
- Log in to the management console.
- Click
in the upper left corner and select a region and a project. - Click Service List. Under Database, click Relational Database Service. The RDS console is displayed.
- On the Instances page, click the target DB instance.
- In the navigation pane on the left, choose Parameters. On the Parameters tab page, locate wal_level and change its value to logical.
- Click Save. In the displayed dialog box, click Yes.
Parent topic: Database Parameter Modification