Skip to content

Commit

Permalink
Update text, remove accidental included file
Browse files Browse the repository at this point in the history
Signed-off-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
djw-m committed Dec 6, 2023
1 parent 12627a1 commit e50ca52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 312 deletions.
5 changes: 2 additions & 3 deletions product_docs/docs/pgd/5/postgres-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +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` &mdash; Must be set to `logical`, since PGD relies on logical decoding.
- `shared_preload_libraries` &mdash; Must contain `bdr`, although it can contain
other entries before or after, as needed. Some libraries, such as `pgaudit`,
must come after `bdr`. Don't include `pglogical` in the list.
- `shared_preload_libraries` &mdash; Must start with `bdr`, before other
entries. Don't include `pglogical` in this list
- `track_commit_timestamp` &mdash; Must be set to `on` for conflict resolution to
retrieve the timestamp for each conflicting row.

Expand Down
309 changes: 0 additions & 309 deletions product_docs/docs/pgd/5/quickstart/quick_start_manual.mdx

This file was deleted.

0 comments on commit e50ca52

Please sign in to comment.