Skip to content

Commit a02c342

Browse files
authored
update destination postgres docs for column name truncation (#37352)
1 parent 8789eac commit a02c342

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/integrations/destinations/postgres.md

+6
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ will contain 3 columns:
225225
| time_without_timezone | TIME |
226226
| date | DATE |
227227

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+
228234
## Creating dependent objects
229235

230236
:::caution

0 commit comments

Comments
 (0)