Re: BUG #18560: Inconsistent Behavior of PostgreSQL 'LIKE' Operator

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: BUG #18560: Inconsistent Behavior of PostgreSQL 'LIKE' Operator
Дата
Msg-id ZqoIBlVvEsntf9Eu@depesz.com
обсуждение исходный текст
Ответ на BUG #18560: Inconsistent Behavior of PostgreSQL 'LIKE' Operator  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #18560: Inconsistent Behavior of PostgreSQL 'LIKE' Operator
Список pgsql-bugs
On Wed, Jul 31, 2024 at 04:47:23AM +0000, PG Bug reporting form wrote:
> CREATE TABLE t0(c0 INT NOT NULL, c1 CHAR(1) UNIQUE);

I bet the thing is simply one more edge case that proves that one
shouldn't be using char(n) datatype:
https://wiki.postgresql.org/wiki/Don't_Do_This#Don.27t_use_char.28n.29

Best regards,

depesz




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