Skip to content

Commit 525ab58

Browse files
fix typo
1 parent 33a2b6b commit 525ab58

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To set the replica identity to FULL, you can use the following SQL command:
3232
```sql
3333
ALTER TABLE your_table_name REPLICA IDENTITY FULL;
3434
```
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).
3636

3737
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.
3838

0 commit comments

Comments
 (0)