Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [Introduction](#introduction)
- [Quick Start](./quickstart.md)
- [Design](#design)
- [Best Practices Guide](./best-practives.md)
- [Best Practices Guide](./best-practices.md)
- [Troubleshooting Guide](./troubleshooting.md)
- [Reference Guide](./referenceguide.md)

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/referenceguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Table of contents

The pgactive extension exposes a number of configuration parameters via PostgreSQL\'s usual configuration mechanism. You can set these in the same way as any other setting, via `postgresql.conf` or using `ALTER SYSTEM`. Some variables can also be set per-user, per-database or per-session, but most require a server reload or a full server restart to take effect.

`pgactive.apply_as_table_owner` (`boolean`)

Apply DML changes as the table owner instead of superuser. When enabled, the apply worker switches to the table owner before executing INSERT, UPDATE, or DELETE operations.

`pgactive.conflict_logging_include_tuples` (`boolean`)

Expand Down