From 95398786e11c4b6192c730f88db9cc25f1d3aa7b Mon Sep 17 00:00:00 2001 From: Yogesh Sharma Date: Wed, 15 Jul 2026 13:42:20 -0400 Subject: [PATCH] Update docs to docuemnt new GUC --- docs/README.md | 2 +- docs/{best-practives.md => best-practices.md} | 0 docs/referenceguide.md | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) rename docs/{best-practives.md => best-practices.md} (100%) diff --git a/docs/README.md b/docs/README.md index 96db0b49..cbd95e8c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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) diff --git a/docs/best-practives.md b/docs/best-practices.md similarity index 100% rename from docs/best-practives.md rename to docs/best-practices.md diff --git a/docs/referenceguide.md b/docs/referenceguide.md index 867a4d8a..fb09b4b6 100644 --- a/docs/referenceguide.md +++ b/docs/referenceguide.md @@ -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`)