Re: Correction: Postgres emum documentation 8.7.4 should read 63 characters (instead of bytes)

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: Correction: Postgres emum documentation 8.7.4 should read 63 characters (instead of bytes)
Дата
Msg-id 1033607900.522472.1680437458038@office.mailbox.org
обсуждение исходный текст
Ответ на Correction: Postgres emum documentation 8.7.4 should read 63 characters (instead of bytes)  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
> On 01/04/2023 00:17 CEST PG Doc comments form <noreply@postgresql.org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/15/datatype-enum.html
> Description:
>
> Postgres documentation, section 8.7.4 gives the limit on enum labels as 63
> bytes.
> Testing this with an oversized string gives the following error:
> SQL Error [42602]: ERROR: invalid enum label
>   Detail: Labels must be 63 characters or less.

The documentation is correct.  NAMEDATALEN is in bytes not characters.
The error message was fixed to say bytes in v14.

https://www.postgresql.org/message-id/flat/CAB8KJ%3DitZEJ7C9BacTHSYgeUysH4xx8wDiOnyppnSLyn6-g%2BBw%40mail.gmail.com

--
Erik



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Correction: Postgres emum documentation 8.7.4 should read 63 characters (instead of bytes)
Следующее
От: PG Doc comments form
Дата:
Сообщение: recovery from continuous-archiving