1
0
mirror of synced 2025-12-22 03:21:25 -05:00

Various documentation corrections (#50854)

This commit is contained in:
Matteo Palarchio
2025-01-03 07:15:09 -08:00
committed by GitHub
parent 022b316f83
commit a49f467f52
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import TabItem from '@theme/TabItem';
### General Limitations
- The Postgres source connector currently does not handle schemas larger than 4MB.
- The Postgres source connector does not alter the schema present in your database. Depending on the destination connected to this source, however, the schema may be altered. See the destination's documentation for more details.
- The following two schema evolution actions are currently supported:
- Adding/removing tables without resetting the entire connection at the destination