diff --git a/product_docs/docs/pgd/5/postgres-configuration.mdx b/product_docs/docs/pgd/5/postgres-configuration.mdx index b275b9c96e2..3ed58e9cf95 100644 --- a/product_docs/docs/pgd/5/postgres-configuration.mdx +++ b/product_docs/docs/pgd/5/postgres-configuration.mdx @@ -15,8 +15,8 @@ For PGD's own settings, see the [PGD settings reference](reference/pgd-settings) To run correctly, PGD requires these Postgres settings: - `wal_level` — Must be set to `logical`, since PGD relies on logical decoding. -- `shared_preload_libraries` — Must contain `bdr`, although it can contain - other entries before or after, as needed. However, don't include `pglogical`. +- `shared_preload_libraries` — Must start with `bdr`, before other + entries. Don't include `pglogical` in this list - `track_commit_timestamp` — Must be set to `on` for conflict resolution to retrieve the timestamp for each conflicting row.