Identifier gets truncated - Mailing list pgsql-general

From Peter Kroon
Subject Identifier gets truncated
Date
Msg-id CAOh+DOn0aaS+frERqQA9NsGDZt_YfUUGfEfvThi8S-rkubqMSw@mail.gmail.com
Whole thread Raw
Responses Re: Identifier gets truncated  (Bruce Momjian <bruce@momjian.us>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Gavan Schneider
Date:
Subject: Re: query by partial timestamp
Next
From: Fujii Masao
Date:
Subject: Re: [Solved] Corrupt indexes on slave when using pg_bulkload on master