Re: Inaccurate documentation about identifiers

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Inaccurate documentation about identifiers
Дата
Msg-id efcd5fee059c8868ca47525a8cfdc8f42cf95fdc.camel@j-davis.com
обсуждение исходный текст
Ответ на Inaccurate documentation about identifiers  (Brennan Vincent <brennan@umanwizard.com>)
Ответы Re: Inaccurate documentation about identifiers
Список pgsql-bugs
On Wed, 2022-11-16 at 08:36 -0500, Brennan Vincent wrote:
> Hello,
>
> The documentation states:
>
> "SQL identifiers and key words must begin with a letter (a-z, but
> also letters
> with diacritical marks and non-Latin letters) or an underscore (_).
> Subsequent
> characters in an identifier or key word can be letters, underscores,
> digits
> (0-9), or dollar signs ($)"
>
> However, it seems that all non-ASCII characters are considered
> "letters"

You're correct: it seems to allow any byte with the high bit set;
including, for example, a zero-width space.

I don't think we want to change the documentation here, because that
would amount to a promise that we support such identifiers forever.

I also don't think we want to change the code, because it opens up
several problems and I'm not sure it's worth trying to solve them.

Is there any harm just leaving it as-is?


--
Jeff Davis
PostgreSQL Contributor Team - AWS





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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: WAL segments removed from primary despite the fact that logical replication slot needs it.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inaccurate documentation about identifiers