You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/postgres/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To set the replica identity to FULL, you can use the following SQL command:
32
32
```sql
33
33
ALTERTABLE your_table_name REPLICA IDENTITY FULL;
34
34
```
35
-
REPLICA IDENTITY FULL also enabled replication of unchanged TOAST columns. More on that [here](./toast).
35
+
REPLICA IDENTITY FULL also enables replication of unchanged TOAST columns. More on that [here](./toast).
36
36
37
37
Note that using `REPLICA IDENTITY FULL` can have performance implications and also faster WAL growth, especially for tables without a primary key and with frequent updates or deletes, as it requires more data to be logged for each change. If you have any doubts or need assistance with setting up primary keys or replica identities for your tables, please reach out to our support team for guidance.
0 commit comments