Re: Postgres do not support tinyint?

2025-01-10 Thread Vladlen Popolitov
Dominique Devienne писал(а) 2025-01-10 16:41: On Fri, Jan 10, 2025 at 10:13 AM Vladlen Popolitov wrote: If you really need 1-byte integer, you can use "char" type. Cast it to/from int. See comment at the end of the page https://www.postgresql.org/docs/17/datatype-character.html

Re: Postgres do not support tinyint?

2025-01-10 Thread Vladlen Popolitov
.org/docs/17/datatype-character.html -- Best regards, Vladlen Popolitov.