Hi,
Tryton version: 8.0
Database: PostgreSQL
When saving a longer translatable text, an HTML marketing email, PostgreSQL raises:
psycopg.errors.ProgramLimitExceeded:
index row size 2768 exceeds btree maximum 2704
The error occurs while writing the translated value to ir_translation.
Before assuming this is a bug, I would like to check whether I am missing a recommended configuration option or database/index setting for handling larger translated Text values.
Reproduction:
- Use a field with
translate=Truein Marketing E-Mail. - Store a longer HTML/text value.
- Save the record.
- PostgreSQL rejects the write with the B-Tree index row size error.
Is this expected with the default Tryton 8.0 schema, or is there a configuration/migration step I may have missed?
Regards, Jakob