We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8789eac commit a02c342Copy full SHA for a02c342
docs/integrations/destinations/postgres.md
@@ -225,6 +225,12 @@ will contain 3 columns:
225
| time_without_timezone | TIME |
226
| date | DATE |
227
228
+### Naming limitations
229
+
230
+Postgres restricts all identifiers to 63 characters or less. If your stream includes column names
231
+longer than 63 characters, they will be truncated to this length. If this results in two columns
232
+having the same name, Airbyte may modify these column names to avoid the collision.
233
234
## Creating dependent objects
235
236
:::caution
0 commit comments