You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shabbir10july
changed the title
Char/varchar data type supports the ISO Latin-9 code set
Char/varchar data type does not supports the ISO Latin-9 code set
Sep 11, 2020
Steps to repro:
NZPY_TEST.ADMIN(ADMIN)=> \d t1
Table "T1"
Attribute | Type | Modifier | Default Value
-----------+-----------------------+----------+---------------
C1 | CHARACTER VARYING(12) | |
Distributed on hash: "C1"
NZPY_TEST.ADMIN(ADMIN)=> select * from t1;
C1
©
(1 row)
The text was updated successfully, but these errors were encountered: