0
Ukończony

Add Support for the PostgreSQL "char" Data Type

Rick Johnston 9 lat temu zaktualizowano 9 lat temu 3
I would like to see support added for the "char" (single byte) data type.

http://www.postgresql.org/docs/9.0/static/datatype-character.html#DATATYPE-CHARACTER-SPECIAL-TABLE
DOBRZE, JESTEM ZADOWOLONY.
Znak zadowolenia przez Rick Johnston 9 lat temu
Ukończony
Char type is supported by Vertabelo. You can type it manually or choose from the column type selector. See following picture:

I'm looking for char, not char(n). 
Okay, after much consideration I've opted to abandon the use of char, and will use char(1) in it's place. I'm satisfied with this request being closed as I don't think there is a lot of use for "char" when char(n) is present.