![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is PostgreSQL really not supporting a character set specification in a character column's data type or am I missing somenthing ? No, you are not missing something. Postgres does not support this (which is |
#3
| |||
| |||
|
|
Hello I tried to create a table with some CHARACTER VARYING(10480000) CHARACTER SET UTF8 column in PostgreSQL 8.3 (I have the latest version) and whatever I try it would not work with the CHARACTER SET specification in the column data type (UTF8, UTF-8, 'UTF8', 'UTF-8', "utf-8", etc...) . It complains about something like unknown column varchar_utf8 in some system table. I find this a little strange, if not hard to believe. Is PostgreSQL really not supporting a character set specification in a character column's data type or am I missing somenthing ? Is there more documentation about ISO compatibility for PostgreSQL ? I mean about the support for ISO/IEC 9075:1999 (SQL3) in PostgreSQL ? I know it's offtopic but does anyone know about some more free DBMSs that I could install and try to see how much of the SQL standard they support ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |