Identifier gets truncated

Поиск
Список
Период
Сортировка
От Peter Kroon
Тема Identifier gets truncated
Дата
Msg-id CAOh+DOn0aaS+frERqQA9NsGDZt_YfUUGfEfvThi8S-rkubqMSw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Identifier gets truncated  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Gavan Schneider
Дата:
Сообщение: Re: query by partial timestamp
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [Solved] Corrupt indexes on slave when using pg_bulkload on master