Skip to content

Conversation

lucianobotti
Copy link
Contributor

Fix on the auto value on the current documentation (current pgd 6.0.2).

What Changed?

auto Tables with PK are created with REPLICA IDENTITY DEFAULT, and tables without PK are created with REPLICA IDENTITY FULL. This is the default PGD behavior.

Should be replaced by:

auto Tables are created with REPLICA IDENTITY FULL. This is the default PGD behavior.

Fix on the `auto` value on the current documentation (current pgd 6.0.2).
@lucianobotti lucianobotti requested a review from a team as a code owner August 18, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants