Re: Prepared SQL name collision. The name implicitly is truncated by NAMEDATALEN

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Prepared SQL name collision. The name implicitly is truncated by NAMEDATALEN
Дата
Msg-id 909619.1684850832@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Prepared SQL name collision. The name implicitly is truncated by NAMEDATALEN  (Alexey Kachalin <kachalin.alexey@gmail.com>)
Ответы Re: Prepared SQL name collision. The name implicitly is truncated by NAMEDATALEN  (Alexey Kachalin <kachalin.alexey@gmail.com>)
Список pgsql-bugs
Alexey Kachalin <kachalin.alexey@gmail.com> writes:
> Prepared SQL name collision.  The name implicitly is truncated by
> NAMEDATALEN

This is not a bug.  You exceeded a well-documented implementation
limit, and the response is as documented.

> Is it possible to know which value was used at compilation time from
> application code?

You can do

=# show max_identifier_length;
 max_identifier_length 
-----------------------
 63
(1 row)

or various equivalent ways of inspecting that parameter.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Dippu Kumar
Дата:
Сообщение: Re: Need Support to Upgrade from 13.6 to 15.3
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: AW: AW: BUG #17923: Excessive warnings of collation version mismatch in logs