When an identifier has more then 63 chars it gets truncated.
This is fine.
However PostgreSQL fails to notice that it might truncate to an identifier
which already exist.
Does PostgreSQL got a setting that will never create a duplicate identifier?
really_long_name_table_A -> really_long_na
really_long_name_table_B -> really_long_na
Peter