Re: [GENERAL] Identifier gets truncated

2013-01-10 Thread Bruce Momjian
On Thu, Jan 10, 2013 at 03:36:32PM +0100, Peter Kroon wrote: > 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 du

[GENERAL] Identifier gets truncated

2013-01-10 Thread Peter Kroon
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_